From 8abc0a4a30d55ff8060c1546be0e0f5e1980d395 Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Thu, 27 Feb 2025 08:19:52 -0300 Subject: [PATCH] fix for incorrect submenu collpase --- dashboard/templates/base.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/dashboard/templates/base.html b/dashboard/templates/base.html index 2123b5e..c1f3030 100644 --- a/dashboard/templates/base.html +++ b/dashboard/templates/base.html @@ -81,7 +81,7 @@
- {% block content %} - {% endblock content %} +
+ {% block actions %} + {% endblock %} +
+
+ {% block content %} + {% endblock content %} +