{% extends "emails/base.html" %} {% load static %} {% block title %} Reset Email Password {% endblock title %} {% block email_content %} 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. Recover My Password {% endautoescape %} {% endblock email_content %}
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.