diff --git a/sbas/templates/sbas/question_view.html b/sbas/templates/sbas/question_view.html index 3940624a..3e4b9242 100644 --- a/sbas/templates/sbas/question_view.html +++ b/sbas/templates/sbas/question_view.html @@ -9,14 +9,14 @@

Filter SBA Questions

- {% autoescape off %} {{ filter.form }} - {% endautoescape %}
+ {% autoescape off %} {% render_table table %} + {% endautoescape %} {% endblock %} \ No newline at end of file