From 201a6cc192b5484e74a16fb599d9ddfb9e6fb048 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Sat, 15 Sep 2007 18:56:18 +0000 Subject: [PATCH] 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 --- docs/apache_auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -.. 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.