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

Enter new password

Please enter your new password twice so we can verify you typed it in correctly.

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