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

Password Reset Confirm


Please enter your new password.

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