From 66567e5a55ae1a7e34c14143f345897055eb12ac Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 25 Mar 2023 14:34:55 +0000 Subject: [PATCH] [FIX] Place signup button in correct template --- breccia_mapper/templates/account/login.html | 3 +++ breccia_mapper/templates/registration/login.html | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/breccia_mapper/templates/account/login.html b/breccia_mapper/templates/account/login.html index 17f97c1..c12777b 100755 --- a/breccia_mapper/templates/account/login.html +++ b/breccia_mapper/templates/account/login.html @@ -27,6 +27,9 @@ {% endif %} + {% if config.ALLOW_SIGNUPS %} + Sign up + {% endif %} {% trans "Forgot password?" %} diff --git a/breccia_mapper/templates/registration/login.html b/breccia_mapper/templates/registration/login.html index f7ebcf9..a7c53f6 100644 --- a/breccia_mapper/templates/registration/login.html +++ b/breccia_mapper/templates/registration/login.html @@ -10,9 +10,6 @@ {% buttons %} - {% if config.ALLOW_SIGNUPS %} - Sign up - {% endif %} {% endbuttons %}

Forgot your password? Reset it here.