This commit is contained in:
Ross
2021-08-31 18:07:47 +01:00
parent 15cd2f5877
commit 4dac87b915
+4
View File
@@ -9,7 +9,11 @@
<div id="view-filter-options">
<h3>Filter SBA Questions</h3>
<form action="" method="get">
{% autoescape off %}
{{ filter.form }}
{% endautoescape %}
<input class="btn btn-primary btn-sm mt-1 mb-1" type="submit" />
</form>
</div>