{% extends 'registration/base.html' %} {% block body %}

Password reset

Forgot your password? Enter your email address below, and we'll email you instructions for setting a new one.

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

{% endblock body %}