From 464a09a939878dd509a9690b2045d02ecc05a7cb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 31 Dec 2021 17:28:05 +0200 Subject: [PATCH] fds --- files/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/default.html b/files/templates/default.html index 45be96a45..c30ee09e2 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -272,7 +272,7 @@ {% endblock %} - {% if request.path == '/' %} + {% if request.path in ['/', '/logged_out', '/logged_out/'] %} {% block sidebar %} {% set template = "sidebar_" + environ.get("SITE_NAME") + ".html" %} {% include template %}