diff --git a/templates/expobase.html b/templates/expobase.html index 1e9c7da69..cbefeb89f 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -9,10 +9,10 @@ {% block extrahead %}{% endblock %} +{% block toolbar %} +{% if troggle %}{% include 'troggletoolbar.html' %}{% endif %} +{% endblock %}
-{% if troggle %} -{% include 'troggletoolbar.html' %} -{% endif %} {% block body %}{% endblock %}