blob: 5c6cd36ce061c00bcbf9c3f7cb3c33db04e57eb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{% with formset.management_form as form %}
{% include 'w3/uni_form.html' %}
{% endwith %}
{% for form in formset %}
<div class="multiField">
{% include 'w3/uni_form.html' %}
</div>
{% endfor %}
|