puchar/crispy_forms/templates/bootstrap4/uni_form.html

12 lines
309 B
HTML
Raw Permalink Normal View History

2022-12-05 04:12:09 +01:00
{% load crispy_forms_utils %}
{% specialspaceless %}
{% if include_media %}{{ form.media }}{% endif %}
{% if form_show_errors %}
{% include "bootstrap4/errors.html" %}
{% endif %}
{% for field in form %}
{% include field_template %}
{% endfor %}
{% endspecialspaceless %}