diff --git a/breccia_mapper/templates/registration/login.html b/breccia_mapper/templates/registration/login.html index e60e34b..be1f413 100644 --- a/breccia_mapper/templates/registration/login.html +++ b/breccia_mapper/templates/registration/login.html @@ -9,8 +9,11 @@ {% bootstrap_form form %} {% buttons %} - + + {% if config.ENABLE_SIGNUPS %} + Sign up + {% endif %} {% endbuttons %} -
Forgot your password? Reset it here.
+Forgot your password? Reset it here.
{% endblock %} \ No newline at end of file