Removed a stray colon in authentication.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a81a6e9abe
commit
7b0e321c55
|
@ -398,7 +398,7 @@ To do this, add the following line to your URLconf::
|
||||||
|
|
||||||
(r'^accounts/login/$', 'django.contrib.auth.views.login'),
|
(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
|
* If called via ``GET``, it displays a login form that POSTs to the same
|
||||||
URL. More on this in a bit.
|
URL. More on this in a bit.
|
||||||
|
|
Loading…
Reference in New Issue