{% extends "base.html" %} {% load hc_extras %} {% block content %}

Change Account's Email Address

Your account's email address is used for sending the sign-in links and monthly reports. Make sure you can receive emails at the new address. Otherwise, you may get locked out of your {{ site_name }} account.

{% if request.user.has_usable_password %}

Note: Changing the email address will also reset your current password and log you out.

{% endif %}
{% csrf_token %}
{% if form.email.errors %}
{{ form.email.errors|join:"" }}
{% endif %}
{% endblock %}