mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 02:28:35 +02:00
feat: automated replacement
This commit is contained in:
11
app/templates/crispy-daisyui/uni_form.html
Normal file
11
app/templates/crispy-daisyui/uni_form.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% load crispy_forms_utils %}
|
||||
|
||||
{% specialspaceless %}
|
||||
{% if include_media %}{{ form.media }}{% endif %}
|
||||
{% if form_show_errors %}
|
||||
{% include "crispy-daisyui/errors.html" %}
|
||||
{% endif %}
|
||||
{% for field in form %}
|
||||
{% include field_template %}
|
||||
{% endfor %}
|
||||
{% endspecialspaceless %}
|
||||
Reference in New Issue
Block a user