Skip to content

Typo in form collections #2429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cookbook/form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down