mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-25 01:58:54 +02:00
feat: automated replacement
This commit is contained in:
8
app/templates/crispy-daisyui/uni_formset.html
Normal file
8
app/templates/crispy-daisyui/uni_formset.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% with formset.management_form as form %}
|
||||
{% include 'crispy-daisyui/uni_form.html' %}
|
||||
{% endwith %}
|
||||
{% for form in formset %}
|
||||
<div class="tw:mb-4">
|
||||
{% include 'crispy-daisyui/uni_form.html' %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user