{% extends "admin/base_site.html" %} {% load i18n static %} {% load admin_urls %} {% comment %} Based on Django 4.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) {% endcomment %} {% 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 %}