{% extends "email_base.txt" %} {% load absurl %} {% block salutation %}{{user.username}}{% endblock %} {% block body %} {% autoescape off %} You're receiving this e-mail because you requested an e-mail reset for your user account at {{domain}}. Please go to the following page to confirm your new e-mail address: <{% absurl 'accounts-email-reset-complete' uid token %}> Your username, in case you've forgotten: {{ user.username }} {% endautoescape %} {% endblock %}