{% extends "_layout.txt" %}

{% block heading %}Someone asked to change your address{% endblock %}

{% block content %}
A request was made to move {{ username }} to {{ new_email }}. We have sent a
confirmation link there; until it is used, this address stays on the
account.

If this was not you, change your password now and write to
{{ support_email }}. Whoever made the request had to be signed in and know
your current password.
{% endblock %}

{% block footer_note %}
This is a security notice; it is sent to the address currently on the
account.
{% endblock %}
