{% extends "base.html" %}

{% block content %}

<h3>Account E-mail Address Changed</h3>

The email address for user {{ username | user_reference }} has been changed from this e-mail address to {{ new_email }}.
<br>
<br>
If this change was not expected, please immediately log into your {{ username | admin_reference }} and reset your email address.

{% endblock %}