{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block navbar-fixed %} navbar-fixed{% endblock %} {% block breadcrumbs %} {% trans 'Home' %} › {% trans 'Password change' %} {% endblock %} {% block content_title %}
{% if form.errors.items|length == 1 %} {% trans "Please correct the error below." %}{% else %} {% trans "Please correct the errors below." %}{% endif %}