puchar/crispy_forms/templates/bootstrap3/display_form.html

10 lines
264 B
HTML
Raw Permalink Normal View History

2022-12-05 04:12:09 +01:00
{% 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 %}