{% extends "layouts/base-auth.html" %} {% load static %} {% block title %}Password Reset Done{% endblock title %} {% block content %}
{% csrf_token %}

Email Sent

An email has been sent to your email address. Please click the link and reset your password.

Remember password?
Login
{% endblock content %}