{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Change email address' %}{% endblock %} {% block main %}

{% translate 'Change email address' %}

{% translate 'Changing your account email address requires confirmation from both your current and new email addresses. Please check your email for a confirmation link.' %}

{% translate 'It may take a few minutes for this email to arrive. If you do not see it, check your spam folder. If you still cannot find it, make sure you entered the correct email address.' %}

{% translate 'Your account email address will only be changed after you confirm from both email addresses.' %}

{% translate 'Please note that this also changes the username you use to sign in.' %}

{% include 'hidp/includes/forms/submit_row.html' with cancel_label=_('Back') cancel_url=back_url %} {% endblock %}