From a85a07ea82b5743778ca4b3049ff623281878112 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 25 Mar 2023 14:07:33 +0000 Subject: [PATCH] [FEAT] Add signup button if signups are allowed --- breccia_mapper/templates/registration/login.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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