diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/forms.txt | 2 |
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 |
