We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3fb94f + 752636e commit 8ea8f81Copy full SHA for 8ea8f81
src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig
@@ -32,3 +32,16 @@
32
</div>
33
34
{%- 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