{% extends "registration_app/resert_password/resert_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}

Reset Password


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

{% csrf_token %} {{ password_reset_form|crispy }}
{% endblock %}