diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-09-20 06:59:13 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2007-09-20 06:59:13 +0000 |
| commit | 04a110836d5949aadbb7809264ecc60e7051ee98 (patch) | |
| tree | cd6da6cc7dac932e93bcc30fa087551401b08de9 /django/contrib/admin/templates/admin_doc/view_detail.html | |
| parent | 0dbd71a6a2e6c76efbe4f4168f311107657b9a15 (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_detail.html')
| -rw-r--r-- | django/contrib/admin/templates/admin_doc/view_detail.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin_doc/view_detail.html b/django/contrib/admin/templates/admin_doc/view_detail.html index ba90399358..d7415ab74f 100644 --- a/django/contrib/admin/templates/admin_doc/view_detail.html +++ b/django/contrib/admin/templates/admin_doc/view_detail.html @@ -1,7 +1,6 @@ {% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %}<div class="breadcrumbs"><a href="../../../">Home</a> › <a href="../../">Documentation</a> › <a href="../">Views</a> › {{ name }}</div>{% endblock %} -{% block userlinks %}<a href="../../../password_change/">{% trans 'Change password' %}</a> / <a href="../../../logout/">{% trans 'Log out' %}</a>{% endblock %} {% block title %}View: {{ name }}{% endblock %} {% block content %} |
