Fixed #8749: add better breadcrumbs in the change password template. Thanks, SmileyChris.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2009-03-30 23:00:55 +00:00
parent 5c321780c2
commit 4e035a03b6
1 changed files with 1 additions and 0 deletions

View File

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