diff --git a/django/conf/admin_templates/registration/password_change_done.html b/django/conf/admin_templates/registration/password_change_done.html index f10f0276f9..8028c9f0d9 100644 --- a/django/conf/admin_templates/registration/password_change_done.html +++ b/django/conf/admin_templates/registration/password_change_done.html @@ -1,5 +1,7 @@ {% extends "base_site" %} +{% block breadcrumbs %}
{% endblock %} + {% block title %}Password change successful{% endblock %} {% block content %} diff --git a/django/conf/admin_templates/registration/password_change_form.html b/django/conf/admin_templates/registration/password_change_form.html index 2b5f708a91..8ceefed86e 100644 --- a/django/conf/admin_templates/registration/password_change_form.html +++ b/django/conf/admin_templates/registration/password_change_form.html @@ -1,5 +1,7 @@ {% extends "base_site" %} +{% block breadcrumbs %} {% endblock %} + {% block title %}Password change{% endblock %} {% block content %} diff --git a/django/conf/admin_templates/registration/password_reset_done.html b/django/conf/admin_templates/registration/password_reset_done.html index 013e15d2d8..5c41d9f1d5 100644 --- a/django/conf/admin_templates/registration/password_reset_done.html +++ b/django/conf/admin_templates/registration/password_reset_done.html @@ -1,5 +1,7 @@ {% extends "base_site" %} +{% block breadcrumbs %} {% endblock %} + {% block title %}Password reset successful{% endblock %} {% block content %} diff --git a/django/conf/admin_templates/registration/password_reset_form.html b/django/conf/admin_templates/registration/password_reset_form.html index 98daf49684..c2dae2a5b3 100644 --- a/django/conf/admin_templates/registration/password_reset_form.html +++ b/django/conf/admin_templates/registration/password_reset_form.html @@ -1,5 +1,7 @@ {% extends "base_site" %} +{% block breadcrumbs %} {% endblock %} + {% block title %}Password reset{% endblock %} {% block content %}