Private
Public Access
1
0

further improvements to create/edit alerts

This commit is contained in:
Sander Roosendaal
2019-08-17 17:38:39 +02:00
parent 729ed0d4f8
commit f9231f94e0
4 changed files with 20 additions and 14 deletions

View File

@@ -41,16 +41,16 @@
<input type="submit" value="Save">
</p>
</li>
{% for filter_form in formset %}
<li class="grid_2">
{% for filter_form in formset %}
<div class="fav-formset">
<h2>Filter {{ forloop.counter }}</h2>
<table width=100%>
{{ filter_form.as_table }}
</table>
</div>
</li>
{% endfor %}
{% endfor %}
</li>
</ul>
</form>