Skip to content

Commit 70ef051

Browse files
author
Maxime Leclercq
committed
fix: display error messages if we add constraint on field
1 parent bf4a22a commit 70ef051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/form/_theme.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
:maxFileSize="maxFileSize"
1010
:extraParams="extraParams"
1111
/>
12+
{{ form_errors(form) }}
1213
{{ form_help(form) }}
1314
{% endblock %}
1415

0 commit comments

Comments
 (0)