mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 06:42:49 +02:00
feat: automated replacement
This commit is contained in:
@@ -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