summaryrefslogtreecommitdiff
path: root/docs/templates_python.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-03-27 20:13:59 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-03-27 20:13:59 +0000
commit9494d4b7c2b1beeced1f3a2c981b1f9bc23a9787 (patch)
tree63eff008022d5ea7717cd652772dd53b0672fc2a /docs/templates_python.txt
parent332c4bd695f6257fa917c02b35f6a9b75cd08341 (diff)
Fixed #1546 -- Fixed bad links in docs/templates_python.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
-rw-r--r--docs/templates_python.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt
index 9203b92f9c..b1d968cd47 100644
--- a/docs/templates_python.txt
+++ b/docs/templates_python.txt
@@ -310,8 +310,8 @@ If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every
representing the permissions that the currently logged-in user has. See
the `permissions docs`_.
-.. _user authentication docs: http://www.djangoproject.com/documentation/models/authentication/#users
-.. _permissions docs: http://www.djangoproject.com/documentation/models/authentication/#permissions
+.. _user authentication docs: http://www.djangoproject.com/documentation/authentication/#users
+.. _permissions docs: http://www.djangoproject.com/documentation/authentication/#permissions
django.core.context_processors.debug
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~