Accessibility updates
This commit is contained in:
21
templates/pages/forgot-password.html.twig
Normal file
21
templates/pages/forgot-password.html.twig
Normal file
@@ -0,0 +1,21 @@
|
||||
{% extends "pages/abstract/loginBox-page.html.twig" %}
|
||||
|
||||
{% block page_title %}{{translate("PASSWORD.FORGOTTEN")}}{% endblock %}
|
||||
{% block page_description %}{{translate("PASSWORD.FORGET.PAGE")}}{% endblock %}
|
||||
|
||||
{% block loginBox_title %}{{translate("PASSWORD.FORGOTTEN")}}{% endblock %}
|
||||
{% block loginBox_subtitle %}{{translate("PASSWORD.FORGET.EMAIL")}}{% endblock %}
|
||||
{% block loginBox_content %}{% include "forms/forgot-password.html.twig" %}{% endblock %}
|
||||
{% block loginBox_footer %}
|
||||
<a href="{{site.uri.public}}/account/sign-in">{{translate('BACK_TO_LOGIN')}}</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts_page %}
|
||||
<!-- Include validation rules -->
|
||||
<script>
|
||||
{% include "pages/partials/page.js.twig" %}
|
||||
</script>
|
||||
|
||||
<!-- Include page-specific JS bundle -->
|
||||
{{ assets.js('js/pages/forgot-password') | raw }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user