diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 27a78df..14817ca 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,6 +38,7 @@ </div> </div> +{% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %} <div id="nav"> @@ -55,7 +56,6 @@ {% block related %} {% endblock %} </div> - {% include 'troggletoolbar.html' %} {% block content %} REPLACE : The content {% endblock %} |