diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 19:56:16 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 19:56:16 +0000 |
commit | 6e7f0d39cc8c40da00aed07d378dac7e117399ec (patch) | |
tree | c4f686549d6367dfb89d9a54fa85e6350ab6ed74 /templates/base.html | |
parent | 1f0a4806a2e92b38a2bf326024294629be590e7f (diff) | |
download | troggle-6e7f0d39cc8c40da00aed07d378dac7e117399ec.tar.gz troggle-6e7f0d39cc8c40da00aed07d378dac7e117399ec.tar.bz2 troggle-6e7f0d39cc8c40da00aed07d378dac7e117399ec.zip |
troggle pages menu
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 %} |