{% extends 'baseCore.html' %} {% load crispy_forms_tags %} {% block body_main %}

User Account Password Reset

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

{% csrf_token %} {{ form.as_p }}
{% endblock %}