{% 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.
{% endblock %}