{% extends "base.html" %} {% load widget_tweaks %} {% block html_title %}Change your password{% endblock %} {% block content %}

Change your password

{% csrf_token %} {{ form }}
{% endblock %}