puchar/crispy_forms/templates/bootstrap3/uni_formset.html

9 lines
230 B
HTML
Raw Permalink Normal View History

2022-12-05 04:12:09 +01:00
{% with formset.management_form as form %}
{% include 'bootstrap3/uni_form.html' %}
{% endwith %}
{% for form in formset %}
<div class="multiField">
{% include 'bootstrap3/uni_form.html' %}
</div>
{% endfor %}