Django

Code

Changeset 8048

Show
Ignore:
Timestamp:
07/21/08 22:31:05 (3 months ago)
Author:
adrian
Message:

Fixed #7841 -- Fixed typo in docs/forms.txt. Thanks, msaelices

Files:

Legend:

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

    r8043 r8048  
    809809        <form method="post" action="/foo/"> 
    810810    {% endif %} 
    811     {% form %
     811    {{ form }
    812812    </form> 
    813813