forgot to render errors
This commit is contained in:
parent
a937ea9efd
commit
643f07af06
@ -94,6 +94,11 @@
|
||||
{{ field }}</input>
|
||||
{{ field.description|safe }}
|
||||
</label>
|
||||
</div>
|
||||
{%- if field.errors -%}
|
||||
{% for error in field.errors %}
|
||||
<p class="form_field_error">{{ error }}</p>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user