{% extends "base.html" %} {% block head %} DISBI | Reset Password {% endblock %} {% block content %}

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

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

{{ form.email }}

{% endblock %}