summaryrefslogtreecommitdiffstats
path: root/templates/expobase.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/expobase.html')
-rw-r--r--templates/expobase.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/expobase.html b/templates/expobase.html
index 1e9c7da..cbefeb8 100644
--- a/templates/expobase.html
+++ b/templates/expobase.html
@@ -9,10 +9,10 @@
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
{% block extrahead %}{% endblock %}
</head>
+{% block toolbar %}
+{% if troggle %}{% include 'troggletoolbar.html' %}{% endif %}
+{% endblock %}
<body {% block bodyattrs %}{% endblock %}>
-{% if troggle %}
-{% include 'troggletoolbar.html' %}
-{% endif %}
{% block body %}{% endblock %}
</body>
</html>