From f4ec652d3eee523dd8b8aea227bf6e6a5ba8d02c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 2 Jan 2022 16:19:08 +0200 Subject: [PATCH] fsd --- files/templates/default.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index 89c9e80dfc..bf18ec6a20 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -274,8 +274,7 @@ {% if request.path in ('/', '/logged_out', '/logged_out/') %} {% block sidebar %} - {% set template = "sidebar_" + environ.get("SITE_NAME") + ".html" %} - {% include template %} + {% include "sidebar_Drama.html" %} {% endblock %} {% endif %}