From dabfd2ca27c03faf22fd1719a8c5141dbb3044c4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 12 Nov 2018 15:53:32 +0000 Subject: [PATCH] wiki: Allow loggin in Signed-off-by: Michael Tremer --- src/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/base.html b/src/templates/base.html index 806b98e7..858dca2b 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -305,7 +305,7 @@
© {{ year }} - IPFire - {{ _("The Open Source Firewall") }} - {% if not current_user and hostname in ("blog.ipfire.org", "nopaste.ipfire.org") %} + {% if not current_user and hostname in ("blog.ipfire.org", "nopaste.ipfire.org", "wiki.ipfire.org") %} {{ _("Login") }} {% elif current_user %} -- 2.47.3