summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-09-15 18:56:18 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-09-15 18:56:18 +0000
commit201a6cc192b5484e74a16fb599d9ddfb9e6fb048 (patch)
treeee203e046e970117b793017ccbad38a5de1933e6
parent8a48d490a1569017d8be8079c34a1506da24d07d (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
-rw-r--r--docs/apache_auth.txt2
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.