{% extends 'base.html'%} {% load crispy_forms_tags %} {% block main_content %} {% load static %}

Password reset

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

{% csrf_token %} {{form|crispy}}
{% endblock main_content %}