From a2a43e51f9a691bb09271f51e617c48135cdb790 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Oct 2025 16:33:45 +0100 Subject: [PATCH] Refactor filter section layout in question view for improved styling and structure --- sbas/templates/sbas/question_view.html | 37 +++++++++++++++++++------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/sbas/templates/sbas/question_view.html b/sbas/templates/sbas/question_view.html index fbd72a25..053722ee 100644 --- a/sbas/templates/sbas/question_view.html +++ b/sbas/templates/sbas/question_view.html @@ -7,16 +7,35 @@

Filter SBA Questions

-
- - {{ filter.form }} +
+
+
+
+ Filters + +
+
+
+ + {{ filter.form|crispy }} +
+ + Reset +
+ +
+
+
+
- - +
+
+ {% autoescape off %} + {% load render_table from django_tables2 %} + {% render_table table %} + {% endautoescape %} +
+
- {% autoescape off %} -{% load render_table from django_tables2 %} -{% render_table table %} - {% endautoescape %} {% endblock %} \ No newline at end of file