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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2008-07-22 03:31:05 +00:00
parent 0894ddb2bb
commit f5328f4c38
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ Here's an example of how you might use this in a template::
{% else %}
<form method="post" action="/foo/">
{% endif %}
{% form %}
{{ form }}
</form>
Subclassing forms