From 7d661bf8f0dd4039f47176064a6a28ce3577fda1 Mon Sep 17 00:00:00 2001 From: Joel Clermont Date: Sat, 30 Mar 2013 16:30:19 -0400 Subject: [PATCH] fix small typo - missing word --- cookbook/form/form_collections.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/form/form_collections.rst b/cookbook/form/form_collections.rst index f451904edb6..2f562b0779c 100755 --- a/cookbook/form/form_collections.rst +++ b/cookbook/form/form_collections.rst @@ -329,9 +329,9 @@ new "tag" forms. To render it, make the following change to your template: .. tip:: - The ``form.tags.vars.prototype`` is form element that looks and feels just + The ``form.tags.vars.prototype`` is a form element that looks and feels just like the individual ``form_widget(tag)`` elements inside your ``for`` loop. - This means that you can call ``form_widget``, ``form_row``, or ``form_label`` + This means that you can call ``form_widget``, ``form_row`` or ``form_label`` on it. You could even choose to render only one of its fields (e.g. the ``name`` field):