From 7b78fd6f5d07904accdde8a878d0d6a3ebcaed56 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 2 Nov 2006 14:30:11 +0000 Subject: [PATCH] Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3961 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/authentication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.txt b/docs/authentication.txt index 2a61ec82b5..08565e13e1 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -745,7 +745,7 @@ messages are made available in the `template context`_ as the template variable {% if messages %} {% endif %}