[1.0.X] Fixed #8749: add better breadcrumbs in the change password template. Thanks, SmileyChris. Backport of r10234 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2009-03-31 22:00:46 +00:00
parent d032e15079
commit 4502a2d3ca
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
{% block breadcrumbs %}{% if not is_popup %}
<div class="breadcrumbs">
<a href="../../../../">{% trans "Home" %}</a> &rsaquo;
<a href="../../../">{{ opts.app_label|capfirst|escape }}</a> &rsaquo;
<a href="../../">{{ opts.verbose_name_plural|capfirst }}</a> &rsaquo;
<a href="../">{{ original|truncatewords:"18" }}</a> &rsaquo;
{% trans 'Change password' %}