diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-03-01 00:07:42 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2007-03-01 00:07:42 +0000 |
| commit | b0bbdc744d17565ae957ed9cad685c2dc47a3d84 (patch) | |
| tree | 58bebcadaf689113b128aa6e5a0f9f83fd426af7 /docs/authentication.txt | |
| parent | 811163d24e66d9c1ab9dbb6f69aa368d35a13df8 (diff) | |
Merged to [4656]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/authentication.txt')
| -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 5186c5672c..aff336f67a 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -398,7 +398,7 @@ To do this, add the following line to your URLconf:: (r'^accounts/login/$', 'django.contrib.auth.views.login'), -Here's what ``django.contrib.auth.views.login`` does:: +Here's what ``django.contrib.auth.views.login`` does: * If called via ``GET``, it displays a login form that POSTs to the same URL. More on this in a bit. |
