{% extends "admin/base_site.html" %} {% load i18n static %} {% load admin_urls %} {% comment %} Based on Django 5.2 admin/auth/user/change_password.html. Deliberate differences: - rows use suit's .form-group instead of Django's .form-row / .flex-container (forms.css layout, not loaded by suit); unusable_password_field.css relies on the field-password1/2 classes, its JS fallback (browsers without CSS :has(), i.e. none current) on .form-row, which suit styles {% endcomment %} {% block title %}{% if form.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} {% if not is_popup %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% block content %}