diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-09-15 18:56:18 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-09-15 18:56:18 +0000 |
| commit | 201a6cc192b5484e74a16fb599d9ddfb9e6fb048 (patch) | |
| tree | ee203e046e970117b793017ccbad38a5de1933e6 /docs | |
| parent | 8a48d490a1569017d8be8079c34a1506da24d07d (diff) | |
One more tweak to [6309] - sorry for the noise.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/apache_auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/apache_auth.txt b/docs/apache_auth.txt index 4e62338a27..9beb1ba43a 100644 --- a/docs/apache_auth.txt +++ b/docs/apache_auth.txt @@ -29,7 +29,7 @@ with the standard ``Auth*`` and ``Require`` directives:: PythonAuthenHandler django.contrib.auth.handlers.modpython </Location> -.. note:: Using the authentication handler with Apache 2.2 +.. admonition:: Using the authentication handler with Apache 2.2 If you're using Apache 2.2, you'll need to take a couple extra steps. |
