Lost your password? {% extends "base.html" %} {% load emailtags %} {% block content %}
Hello {{user.first_name}},
We received a request to reset the password of the account associated with this email.
To change your password just click below and follow the instructions.
If you didn't make such request, please ignore this email.
{% button reset_password_uri "change password" %} {% endblock %}