Django

Code

Changeset 1353

Show
Ignore:
Timestamp:
11/22/05 08:24:07 (3 years ago)
Author:
adrian
Message:

Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang

Files:

Legend:

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

    r1263 r1353  
    101101      information to the user is any sort of useful way. 
    102102 
    103     * You'll have to separate create a form (and view) that submits to this 
     103    * You'll have to separately create a form (and view) that submits to this 
    104104      page, which is a pain and is redundant. 
    105105 
     
    306306            raise Http404 
    307307 
    308         # Grab the Place object is question for future use. 
     308        # Grab the Place object in question for future use. 
    309309        place = manipulator.original_object 
    310310