mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-20 19:01:52 +00:00
6 lines
148 B
HTML
6 lines
148 B
HTML
{% for field in form %}
|
|
<div class="fieldWrapper">
|
|
{{ field.errors }}
|
|
{{ field.label_tag }} {{ field }}
|
|
</div>
|
|
{% endfor %}
|