/usr/local/lib/python3.9/site-packages/django/forms/templates/django/forms
{% if errors %} <li> {{ errors }} {% if not fields %} {% for field in hidden_fields %}{{ field }}{% endfor %} {% endif %} </li> {% endif %} {% for field, errors in fields %} <li{% with classes=field.css_classes %}{% if classes %} class="{{ classes }}"{% endif %}{% endwith %}> {{ errors }} {% if field.label %}{{ field.label_tag }}{% endif %} {{ field }} {% if field.help_text %} <span class="helptext">{{ field.help_text|safe }}</span> {% endif %} {% if forloop.last %} {% for field in hidden_fields %}{{ field }}{% endfor %} {% endif %} </li> {% endfor %} {% if not fields and not errors %} {% for field in hidden_fields %}{{ field }}{% endfor %} {% endif %}
.
Edit
..
Edit
attrs.html
Edit
default.html
Edit
div.html
Edit
errors
Edit
formsets
Edit
label.html
Edit
p.html
Edit
table.html
Edit
ul.html
Edit
widgets
Edit