diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-18 16:46:30 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-18 16:46:30 +0000 |
| commit | 2e0fc1ff9548def7d31a4cf386ef200cd61178d7 (patch) | |
| tree | 49cf7cc118f6c37b85cc1550fc13d71e2e590015 /docs/templates_python.txt | |
| parent | 3b98bdc240a743fa6f366beafe358604ec26c154 (diff) | |
Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski Holt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index b72a5085a2..878990cace 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -279,7 +279,7 @@ optional, third positional argument, ``processors``. In this example, the Here's what each of the default processors does: .. _HttpRequest object: http://www.djangoproject.com/documentation/request_response/#httprequest-objects -.. _TEMPLATE_CONTEXT_PROCESSORS setting: http://www.djangoproject.com/documentation/settings/#template-context_processors +.. _TEMPLATE_CONTEXT_PROCESSORS setting: http://www.djangoproject.com/documentation/settings/#template-context-processors django.core.context_processors.auth ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
