diff --git a/breccia_mapper/templates/registration/login.html b/breccia_mapper/templates/registration/login.html
index be1f413..f7ebcf9 100644
--- a/breccia_mapper/templates/registration/login.html
+++ b/breccia_mapper/templates/registration/login.html
@@ -10,7 +10,7 @@
{% buttons %}
- {% if config.ENABLE_SIGNUPS %}
+ {% if config.ALLOW_SIGNUPS %}
Sign up
{% endif %}
{% endbuttons %}