{% extends "account/base.html" %} {% load crispy_forms_tags %} {% block head_title %}Change Password{% endblock %} {% block content %}

Change Password

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