{% extends "base_site" %} {% block title %}Password change{% endblock %} {% block content %}
Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly.
Old password:{{ form.old_password }}
New password:{{ form.new_password1 }}
Confirm password:{{ form.new_password2 }}