{% extends "auth/base_auth.html" %} {% block title %}Forgot Password{% endblock %} {% block left_heading %}Reset Password{% endblock %} {% block left_subtext %}Enter your email to receive a reset link{% endblock %} {% block content %}

Forgot Password

Enter your email to receive a reset link

{% csrf_token %}
Remember your password? Login
{% endblock %}