{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Change email address' %}{% endblock %} {% block main %}
{% translate 'Your account does not currently have a password set.' %}
{% translate 'Your password is required to verify your identity.' %}
{% translate 'To change your account email address, please set a password first.' %}
{% else %}{% translate 'Enter the email address you would like to use for your account.' %}
{% translate 'You will receive an email on both your current and the new email address with a link to confirm this change.' %}
{% endif %} {% endblock %}