mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-23 09:51:21 +01:00
9 lines
232 B
HTML
9 lines
232 B
HTML
{% with formset.management_form as form %}
|
|
{% include 'crispy-daisyui/uni_form.html' %}
|
|
{% endwith %}
|
|
{% for form in formset %}
|
|
<div class="mb-4">
|
|
{% include 'crispy-daisyui/uni_form.html' %}
|
|
</div>
|
|
{% endfor %}
|