diff --git a/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig b/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig index a4030fbaf7..bb0b17fb3b 100644 --- a/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig @@ -32,3 +32,16 @@ {%- endblock %} + +{%- block form_errors -%} + {%- if errors|length > 0 -%} + {%- for error in errors -%} + + + + + {{ error.message }} + + {%- endfor -%} + {%- endif -%} +{%- endblock -%}