{% extends "base.html" %} {% load crispy_forms_tags %} {% load static %} {% block heading %}

Login Change password

{% endblock %} {% block content %}

Fill in the details below to change your password

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