{% extends "registration/base.html" %} {% block title %}Password change{% endblock %} {% block reg_content %}

Change your password.

{% csrf_token %}

{{ form }}

{% endblock %}