diff --git a/sbas/templates/sbas/question_view.html b/sbas/templates/sbas/question_view.html index 053722ee..6a13552e 100644 --- a/sbas/templates/sbas/question_view.html +++ b/sbas/templates/sbas/question_view.html @@ -5,37 +5,37 @@ {% block content %} -
-

Filter SBA Questions

-
-
-
-
- Filters - -
-
-
-
- {{ filter.form|crispy }} -
- - Reset +
+

Filter SBA Questions

+
+
+
+
+ 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 diff --git a/templates/question_table_view.html b/templates/question_table_view.html index 98a52357..61d7d741 100644 --- a/templates/question_table_view.html +++ b/templates/question_table_view.html @@ -1,39 +1,62 @@ {% extends app_name|add:'/base.html' %} +{% load crispy_forms_tags %} {% load render_table from django_tables2 %} {% block css %} {% endblock %} {% block content %} -
-
- -

Filter questions

-
-
- {{ filter.form }} - -
-
+
+
+
+
+ Filters + +
+
+
+
+ {{ filter.form|crispy }} +
+ + Reset +
+
+
+
+
+
+ +
+
+
+ +
+
+
+ +
+ {% render_table table %} +
+
- {% render_table table %} - - - - - -
{% endblock %} \ No newline at end of file