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 %}
{% endif %} - {% form %} + {{ form }}
Subclassing forms