{% extends "forms.html" %} {% block title %}Change Password{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if form.has_errors %}

Your username and password didn't match. Please try again.

{% endif %}

Enter the new password twice so we can verify you typed it in correctly.

{% csrf_token %} {% load forms %}
{{ form.non_field_errors }} {% form_as_div form %}
{% endblock %}