Accessibility updates

This commit is contained in:
2026-02-10 11:08:16 +00:00
parent a24d12ee81
commit ead3bfd7b8
30 changed files with 372 additions and 45 deletions

View File

@@ -0,0 +1,20 @@
{% extends "pages/abstract/loginBox-page.html.twig" %}
{% block page_title %}{{translate("PASSWORD.RESET")}}{% endblock %}
{% block page_description %}{{translate("PASSWORD.RESET.PAGE")}}{% endblock %}
{% block loginBox_title %}{{translate("PASSWORD.RESET")}}{% endblock %}
{% block loginBox_subtitle %}{{translate("PASSWORD.RESET.CHOOSE")}}{% endblock %}
{% block loginBox_content %}{% include "forms/reset-password.html.twig" %}{% endblock %}
{% block loginBox_footer %}{% endblock %}
{% block scripts_page %}
<!-- Include validation rules -->
<script>
{% include "pages/partials/page.js.twig" %}
</script>
<!-- Include page-specific JS bundle -->
{{ assets.js('js/pages/set-or-reset-password') | raw }}
{% endblock %}