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/model_index.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/model_index.html')
| -rw-r--r-- | django/contrib/admin/templates/admin_doc/model_index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/contrib/admin/templates/admin_doc/model_index.html b/django/contrib/admin/templates/admin_doc/model_index.html index c681da75c9..702fdff329 100644 --- a/django/contrib/admin/templates/admin_doc/model_index.html +++ b/django/contrib/admin/templates/admin_doc/model_index.html @@ -2,7 +2,6 @@ {% load i18n %} {% block coltype %}colSM{% endblock %} {% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">Home</a> › <a href="../">Documentation</a> › Models</div>{% endblock %} -{% block userlinks %}<a href="../../password_change/">{% trans 'Change password' %}</a> / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %} {% block title %}Models{% endblock %} |
