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

E-mail Address Change Requested

This email address was recently asked to become the new e-mail address for user {{ username | user_reference }}.

To confirm this change, please click the following link:
{{ app_link('confirm?code=' + token) }} {% endblock %}