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

Reset password

Enter your email and we'll send reset instructions.

{% csrf_token %}
{{ form.email }} {{ form.email.errors }}
{% endblock %}