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 %}