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
This commit is contained in:
parent
332c4bd695
commit
9494d4b7c2
|
@ -310,8 +310,8 @@ If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every
|
||||||
representing the permissions that the currently logged-in user has. See
|
representing the permissions that the currently logged-in user has. See
|
||||||
the `permissions docs`_.
|
the `permissions docs`_.
|
||||||
|
|
||||||
.. _user authentication docs: http://www.djangoproject.com/documentation/models/authentication/#users
|
.. _user authentication docs: http://www.djangoproject.com/documentation/authentication/#users
|
||||||
.. _permissions docs: http://www.djangoproject.com/documentation/models/authentication/#permissions
|
.. _permissions docs: http://www.djangoproject.com/documentation/authentication/#permissions
|
||||||
|
|
||||||
django.core.context_processors.debug
|
django.core.context_processors.debug
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue