{% extends "authopenid/base_profile.html" %} {% load i18n %} {% block title %}{{ block.super }} | {% trans "Change my password" %}{% endblock %} {% block breadcrumb %}{{ block.super }} » {% trans "Change password" %}{% endblock %} {% block content_title %}
{% trans "You can use the following form to change your password." %}
{% if form.errors %}{% trans "Please correct errors below:" %}
{{ form.errors }}