From 815d8535993dbbde527155828badd6ef49b41282 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Oct 2025 17:05:31 +0100 Subject: [PATCH] Refactor filter section in question table view for improved usability and styling --- templates/question_table_view.html | 86 ++++++++++++++++++++++-------- 1 file changed, 65 insertions(+), 21 deletions(-) diff --git a/templates/question_table_view.html b/templates/question_table_view.html index 61d7d741..7833af45 100644 --- a/templates/question_table_view.html +++ b/templates/question_table_view.html @@ -9,27 +9,7 @@ {% block content %}
-
-
-
- Filters - -
-
-
-
- {{ filter.form|crispy }} -
- - Reset -
-
-
-
-
-
- -
+
+ + + + +
+ +
+ + + +
+
+
+
+
Filters
+
+ +
+
+ + +
+
+ {{ filter.form|crispy }} +
+ + Reset +
+
+
+
+
+
+ {% endblock %} \ No newline at end of file