summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates/admin_doc/view_index.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/admin_doc/view_index.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/admin_doc/view_index.html')
-rw-r--r--django/contrib/admin/templates/admin_doc/view_index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin_doc/view_index.html b/django/contrib/admin/templates/admin_doc/view_index.html
index caab8a2e71..47f99350a3 100644
--- a/django/contrib/admin/templates/admin_doc/view_index.html
+++ b/django/contrib/admin/templates/admin_doc/view_index.html
@@ -2,7 +2,6 @@
{% load i18n %}
{% block coltype %}colSM{% endblock %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">Home</a> &rsaquo; <a href="../">Documentation</a> &rsaquo; Views</div>{% endblock %}
-{% block userlinks %}<a href="../../password_change/">{% trans 'Change password' %}</a> / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %}
{% block title %}Views{% endblock %}
{% block content %}