.
This commit is contained in:
@@ -9,14 +9,14 @@
|
|||||||
<div id="view-filter-options">
|
<div id="view-filter-options">
|
||||||
<h3>Filter SBA Questions</h3>
|
<h3>Filter SBA Questions</h3>
|
||||||
<form action="" method="get">
|
<form action="" method="get">
|
||||||
{% autoescape off %}
|
|
||||||
|
|
||||||
{{ filter.form }}
|
{{ filter.form }}
|
||||||
|
|
||||||
{% endautoescape %}
|
|
||||||
<input class="btn btn-primary btn-sm mt-1 mb-1" type="submit" />
|
<input class="btn btn-primary btn-sm mt-1 mb-1" type="submit" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
{% autoescape off %}
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
|
{% endautoescape %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user