1
0
mirror of https://github.com/django/django.git synced 2025-04-01 12:06:43 +00:00

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

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