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

Forgotten your password?

Enter your e-mail address to obtain a new password.

{{ form.as_p }}

{% csrf_token %}
{% endblock %}