{% extends 'umanage/base_umanage.html' %} {% load i18n umanage %} {% block page_title %}{% trans 'Change Email Address' %} - {% endblock %} {% block breadcrumb %}
  • {% trans 'Change Email Address' %}
  • {% endblock %} {% block umanage_content %}

    {% trans 'Change Email Address' %}

    {% if request.user.has_usable_password %}

    {% trans "Please enter your password, for security purposes, and then enter your new email address." %}

    {% csrf_token %} {{ form|render_umanage_form }}
    cancel
    {% else %}

    {% blocktrans %}You must have a password set for this account in order to change your email address. Follow the link below to add a password for this account.{% endblocktrans %}

    {% trans 'Set Password' %}

    {% endif %} {% endblock %}