Add missing rendering of form help block.

This commit is contained in:
Alexandre Segura 2019-06-10 10:21:04 +02:00
parent 9025ded97a
commit ff5517e554
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@
<div class="form-group{% if (not compound or force_error|default(false)) and not valid %} has-error{% endif %}">
{{- form_label(form) }} {# -#}
{{ form_widget(form, widget_attr) }} {# -#}
{{- form_help(form) -}}
{{ form_errors(form) }} {# -#}
</div> {# -#}
{%- endblock form_row %}