diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt index 97e69d11cb..1e9418b55a 100644 --- a/docs/ref/contrib/comments/index.txt +++ b/docs/ref/contrib/comments/index.txt @@ -146,11 +146,11 @@ If you want more control over the look and feel of the comment form, you use use :ttag:`get_comment_form` to get a :ref:`form object ` that you can use in the template:: - {% get_comment_form for [object] %} + {% get_comment_form for [object] as [varname] %} A complete form might look like:: - {% get_comment_form for event %} + {% get_comment_form for event as form %}
{{ form }}