{% extends "registration/base_form.html" %}
{% block title %}Password Change{% endblock %}
{% block form_header %}Password Change{% endblock %}
{% block form_text %}Please enter your current password and then enter your new password twice:{% endblock %}