From 93980706bf114d11efc3513adf1936e0b507c74a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 10 Feb 2006 15:28:31 +0000 Subject: [PATCH] Fixed ReST error in [2297] git-svn-id: http://code.djangoproject.com/svn/django/trunk@2298 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 fd9da17c8b..cae5778bea 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -229,7 +229,7 @@ information. .. _session documentation: http://www.djangoproject.com/documentation/sessions/ How to log a user in -~~~~~~~~~~~~~~~~~~~~ +-------------------- To log a user in, do the following within a view::