diff --git a/sbas/templates/sbas/question_view.html b/sbas/templates/sbas/question_view.html
index 6a13552e..c284a35d 100644
--- a/sbas/templates/sbas/question_view.html
+++ b/sbas/templates/sbas/question_view.html
@@ -3,6 +3,7 @@
{% block css %}
{% endblock %}
+
{% block content %}
diff --git a/templates/question_table_view.html b/templates/question_table_view.html
index aebe22e7..25fe290d 100644
--- a/templates/question_table_view.html
+++ b/templates/question_table_view.html
@@ -29,6 +29,18 @@
+
+
+
+
+
+
+
+
+
+ Selected: 0
+
+
{% render_table table %}
@@ -204,3 +216,89 @@
.filter-card label { color: #e6eef6; }
{% endblock %}
+
+{% block js %}
+
+{% endblock %}
\ No newline at end of file