Accessibility updates
This commit is contained in:
22
templates/pages/resend-verification.html.twig
Normal file
22
templates/pages/resend-verification.html.twig
Normal file
@@ -0,0 +1,22 @@
|
||||
{% extends "pages/abstract/loginBox-page.html.twig" %}
|
||||
|
||||
{% block page_title %}{{translate("ACCOUNT.VERIFICATION.RESEND")}}{% endblock %}
|
||||
{% block page_description %}{{translate("ACCOUNT.VERIFICATION.PAGE")}}{% endblock %}
|
||||
|
||||
{% block loginBox_title %}{{translate("ACCOUNT.VERIFICATION.RESEND")}}{% endblock %}
|
||||
{% block loginBox_subtitle %}{{translate("ACCOUNT.VERIFICATION.EMAIL")}}{% endblock %}
|
||||
{% block loginBox_content %}{% include "forms/resend-verification.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 -->
|
||||
{{ assets.js('js/pages/resend-verification') | raw }}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user