Skip to content

Commit 8ea8f81

Browse files
committed
Merge remote-tracking branch 'origin/4.4'
2 parents e3fb94f + 752636e commit 8ea8f81

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,16 @@
3232
</div>
3333
</div>
3434
{%- endblock %}
35+
36+
{%- block form_errors -%}
37+
{%- if errors|length > 0 -%}
38+
{%- for error in errors -%}
39+
<em class="ibexa-field-edit__error ibexa-form-error__row">
40+
<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
41+
<use xlink:href="{{ ibexa_icon_path('warning-triangle') }}"></use>
42+
</svg>
43+
{{ error.message }}
44+
</em>
45+
{%- endfor -%}
46+
{%- endif -%}
47+
{%- endblock -%}

0 commit comments

Comments
 (0)