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

User Account Password Reset

Enter new password

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