From 9714cf17497b2b3b294375fb8c08b994f6678fd1 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sat, 21 Jun 2025 08:17:55 -0500 Subject: [PATCH] wip: adds clear cache button --- templates/base.html.twig | 7 ++++++- templates/user/preferences.html.twig | 8 ++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 077c301..88a2663 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -19,7 +19,12 @@
-

{% block h2 %}{% endblock %}

+
+

{% block h2 %}{% endblock %}

+
+ {% block action_buttons %}{% endblock %} +
+
{% block body %}{% endblock %}
diff --git a/templates/user/preferences.html.twig b/templates/user/preferences.html.twig index 4d9a164..ff7de51 100644 --- a/templates/user/preferences.html.twig +++ b/templates/user/preferences.html.twig @@ -2,6 +2,14 @@ {% block title %}Preferences{% endblock %} {% block h2 %}Preferences{% endblock %} +{% block action_buttons %} + +{% endblock %} + {% block body %}