From c350bca488cec821a1b569654919e9598aae28f9 Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 26 Apr 2020 18:24:43 +0200 Subject: [PATCH] collapsible filters --- app/dashboard/templates/dashboard/index.html | 122 ++++++++++++------- 1 file changed, 78 insertions(+), 44 deletions(-) diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 207dd38b..ccbbeda7 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -62,53 +62,65 @@ -
-
-
- +
+
- + +
+ + - + - {% if query or sort or filter %} - Reset - {% endif %} - + + + {% if query or sort or filter %} + Reset + {% endif %} + +
+ + + Filters + + + + +
@@ -582,4 +594,26 @@ }) + + + {% endblock %}