From f4367d0fcface499fa00ce88602b24942e66b383 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 11 May 2026 16:20:06 +0100 Subject: [PATCH] add logout menu to troggle pages --- templates/base.html | 20 +------------------- templates/cavebase.html | 4 ++++ templates/editlinks.html | 17 +++++++++++++++++ templates/headpic.html | 5 +++++ 4 files changed, 27 insertions(+), 19 deletions(-) create mode 100644 templates/editlinks.html create mode 100644 templates/headpic.html diff --git a/templates/base.html b/templates/base.html index 14817ca5..c3e47737 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,26 +18,8 @@ {% now "Y" as now_year %} - {% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %} diff --git a/templates/cavebase.html b/templates/cavebase.html index e6854759..bb499190 100644 --- a/templates/cavebase.html +++ b/templates/cavebase.html @@ -18,6 +18,10 @@ {% endif %} {% now "Y" as now_year %}
+ + +{% include 'editlinks.html' %} + {% block toolbar %}{% include 'troggletoolbar.html' %}{% endblock %}

{% block content %}{% endblock %} diff --git a/templates/editlinks.html b/templates/editlinks.html new file mode 100644 index 00000000..b1d98bff --- /dev/null +++ b/templates/editlinks.html @@ -0,0 +1,17 @@ +

\ No newline at end of file diff --git a/templates/headpic.html b/templates/headpic.html new file mode 100644 index 00000000..c151f2fa --- /dev/null +++ b/templates/headpic.html @@ -0,0 +1,5 @@ + \ No newline at end of file