{% extends "post_office/base_email.html" %} {% block title %}Reset Password{% endblock %} {% block body %}

Someone asked for password reset for email {{ email }}. Click the button below:

Reset Password

Or copy and paste the following link

{{ protocol }}://{{ domain }}{% url "auth:password_reset_confirm" uidb64=uid token=token %}

Your username, in case you've forgotten: {{ user.get_username }}

{% endblock %}