{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Change Password{% endblock title %} {% block subtitle %}You will be logged out after changing your password.{% endblock subtitle %} {% block content %}
{% csrf_token %} {{ form|crispy }}
Cancel
{% endblock content %}