puchar/crispy_forms/templates/bootstrap4/uni_formset.html
2022-12-05 04:13:11 +01:00

9 lines
230 B
HTML

{% with formset.management_form as form %}
{% include 'bootstrap4/uni_form.html' %}
{% endwith %}
{% for form in formset %}
<div class="multiField">
{% include 'bootstrap4/uni_form.html' %}
</div>
{% endfor %}