diff --git a/templates/base.html b/templates/base.html index d4afc1d..1f425fc 100644 --- a/templates/base.html +++ b/templates/base.html @@ -61,6 +61,9 @@ {% endif %} {% elif not request.domain.config_domain.hide_login %} + {% if config.signup_allowed %} + + {% endif %} {% endif %}