{% extends "base/base.html" %} {% block title %}Reset Password{% endblock %} {% block h1 %} Reset Password {% endblock %} {% block content %}

To reset your password, enter your email address here, check your email, and follow the instructions.


{% csrf_token %} {% include "includes/forms/generic_form_renderer.html" %}
{% endblock %}