From b8059175c61db42e671d7aa3c74bf557c8ffb2a1 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sat, 25 Mar 2023 14:11:29 +0000 Subject: [PATCH] [FIX] Variable name to show signup button --- breccia_mapper/templates/registration/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}