Django

Code

Changeset 4650

Show
Ignore:
Timestamp:
02/28/07 16:01:52 (2 years ago)
Author:
jacob
Message:

Removed a stray colon in authentication.txt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r4633 r4650  
    399399    (r'^accounts/login/$', 'django.contrib.auth.views.login'), 
    400400 
    401 Here's what ``django.contrib.auth.views.login`` does:: 
     401Here's what ``django.contrib.auth.views.login`` does: 
    402402 
    403403    * If called via ``GET``, it displays a login form that POSTs to the same