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

Change Password

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