From 90f547e77f8007aefa28d7502fac16682d4ed64e Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 3 Aug 2022 07:20:30 +0100 Subject: [PATCH] Make options hideable --- core/templates/base.html | 1 + core/templates/ui/drilldown/drilldown.html | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 5a92a00..2f49052 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -13,6 +13,7 @@ + -
+
{% csrf_token %} @@ -29,7 +29,16 @@
+
+ +
+ + - +
+
{% endblock %}