From 91cf2f3a3044d8382480f5c4822c302e7eedd04d Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Mon, 10 Jul 2023 12:13:57 -0400 Subject: [PATCH] Add missing SignUp link to header (#606) --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) 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 %}