summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/registration/password_change_done.html
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-09-20 06:59:13 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-09-20 06:59:13 +0000
commit04a110836d5949aadbb7809264ecc60e7051ee98 (patch)
treecd6da6cc7dac932e93bcc30fa087551401b08de9 /django/contrib/admin/templates/registration/password_change_done.html
parent0dbd71a6a2e6c76efbe4f4168f311107657b9a15 (diff)
Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` template to use the `url` template tag. This also removes the need for child templates to override the block just to adjust the relative path. Thanks, saintsjd@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/contrib/admin/templates/registration/password_change_done.html')
-rw-r--r--django/contrib/admin/templates/registration/password_change_done.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/registration/password_change_done.html b/django/contrib/admin/templates/registration/password_change_done.html
index 252572001d..4498c63a37 100644
--- a/django/contrib/admin/templates/registration/password_change_done.html
+++ b/django/contrib/admin/templates/registration/password_change_done.html
@@ -1,6 +1,5 @@
{% extends "admin/base_site.html" %}
{% load i18n %}
-{% 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 %}