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:
parent
0894ddb2bb
commit
f5328f4c38
|
@ -808,7 +808,7 @@ Here's an example of how you might use this in a template::
|
||||||
{% else %}
|
{% else %}
|
||||||
<form method="post" action="/foo/">
|
<form method="post" action="/foo/">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% form %}
|
{{ form }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
Subclassing forms
|
Subclassing forms
|
||||||
|
|
Loading…
Reference in New Issue