Skip to content

Commit

Permalink
Fixed #1728 -- Fixed broken nav links in password_change_done admin p…
Browse files Browse the repository at this point in the history
…age. Thanks for reporting, mdt@emdete.de

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed May 5, 2006
1 parent 775c06a commit f2ef28f
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
{% extends "admin/base_site.html" %}
{% load i18n %}

{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password change' %}</div>{% endblock %}
{% block userlinks %}<a href="../../doc/">{% trans 'Documentation' %}</a> / {% trans 'Change password' %} / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password change' %}</div>{% endblock %}

{% block title %}{% trans 'Password change successful' %}{% endblock %}

Expand Down

0 comments on commit f2ef28f

Please sign in to comment.