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.