{% extends "email_base.txt" %} {% block salutation %}{{user.username}}{% endblock %} {% block body %} {% autoescape off %} You're receiving this e-mail because you requested a password reset for your user account at {{domain}}. Please go to the following page and choose a new password: {{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %} Your username, in case you've forgotten: {{ user.username }} {% endautoescape %} {% endblock %}