summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2008-07-22 03:31:05 +0000
committerAdrian Holovaty <adrian@holovaty.com>2008-07-22 03:31:05 +0000
commitf5328f4c38ca7c3c648cee741a7d882738ffee13 (patch)
tree8aa198c5d90a8ff8597fcfbb2d16440e787c92a2 /docs
parent0894ddb2bbb706ca8b9918df42dfd8a3fa4dbc69 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/forms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forms.txt b/docs/forms.txt
index b20abf0ee9..b6c40528a1 100644
--- a/docs/forms.txt
+++ b/docs/forms.txt
@@ -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