forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-02 16:18:21 +02:00
parent a9c7cda42d
commit 93deb5e43c
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
{% endblock %}
</div>
{% if request.host == 'rdrama.net' and request.path in ('/', '/logged_out', '/logged_out/') %}
{% if request.path in ('/', '/logged_out', '/logged_out/') %}
{% block sidebar %}
{% set template = "sidebar_" + environ.get("SITE_NAME") + ".html" %}
{% include template %}