diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-02-10 15:28:31 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-02-10 15:28:31 +0000 |
| commit | 93980706bf114d11efc3513adf1936e0b507c74a (patch) | |
| tree | 43d7c8ceb2e7846d9425d3910cc1237f2d902319 /docs | |
| parent | 5c0380b6ede3b8e1d18e8abe40451ba9632202bf (diff) | |
Fixed ReST error in [2297]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/authentication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |
