forked from MarseyWorld/MarseyWorld
master
parent
464a09a939
commit
92b263d4c8
|
@ -272,7 +272,7 @@
|
|||
{% endblock %}
|
||||
|
||||
</div>
|
||||
{% if 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 %}
|
||||
|
|
Loading…
Reference in New Issue