puchar/crispy_forms/templates/bootstrap3/display_form.html
2022-12-05 04:13:11 +01:00

10 lines
264 B
HTML

{% if form.form_html %}
{% if include_media %}{{ form.media }}{% endif %}
{% if form_show_errors %}
{% include "bootstrap3/errors.html" %}
{% endif %}
{{ form.form_html }}
{% else %}
{% include "bootstrap3/uni_form.html" %}
{% endif %}