{% extends "core_auth/base.html" %} {% block title %}Reset password{% endblock %} {% block content %}

Reset password

Enter your email. The response is intentionally identical whether the account exists.

{% csrf_token %} {{ form.as_p }}
{% endblock %}