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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~