{% extends 'accounts/base.html' %} {% load crispy_forms_tags %} {% block title %}Confirm password change{% endblock %} {% block content %} Enter your new password below to change your password:
{% csrf_token %} {{ form | crispy }}
{% endblock %}