9 lines
264 B
HTML
Executable file
9 lines
264 B
HTML
Executable file
{% 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 %}
|