{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Change password

Fill in the details below to change your password

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