{% extends "emails/base.html" %} {% load static %} {% block title %} Reset Email Password {% endblock title %} {% block email_content %}
email-sent-svg

Forgot Your Password?

{% autoescape off %}

Hi {{ user.username }},

It appears you lost your login credentials. Not to worry, we have you covered. Simply click on the "Recover My Password" button below.

{% endautoescape %}
{% endblock email_content %}