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

Login Password reset

{% endblock %} {% block content %}

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

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