From 18e420da02d5734fec41876a5f5e91cf1de8ca48 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 26 Jul 2005 22:54:59 +0000 Subject: [PATCH] Added breadcrumbs to password-reset and password-change admin templates git-svn-id: http://code.djangoproject.com/svn/django/trunk@327 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- .../conf/admin_templates/registration/password_change_done.html | 2 ++ .../conf/admin_templates/registration/password_change_form.html | 2 ++ .../conf/admin_templates/registration/password_reset_done.html | 2 ++ .../conf/admin_templates/registration/password_reset_form.html | 2 ++ 4 files changed, 8 insertions(+) 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 %}