Repository URL to install this package:
|
Version:
1.4.0.1 ▾
|
{% if form.form_html %}
{% if form_show_errors %}
{% include "bootstrap/errors.html" %}
{% endif %}
{{ form.form_html }}
{% else %}
{% include "bootstrap/uni_form.html" %}
{% endif %}