do not render errors for checkboxes twice

This commit is contained in:
Christian Flothmann 2019-10-18 10:33:13 +02:00
parent 29cabf94c5
commit 9eddea97d8

View File

@ -71,7 +71,6 @@ col-sm-10
<div class="{{ block('form_label_class') }}"></div>{#--#}
<div class="{{ block('form_group_class') }}">
{{- form_widget(form) -}}
{{- form_errors(form) -}}
</div>{#--#}
</div>
{%- endblock checkbox_row %}