Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fixed small typo in cookbook/form/form_collections.rst:247 #1096

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
Mar 5, 2012
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
fixed small typo in cookbook/form/form_collections.rst:247
  • Loading branch information
hectorh30 committed Feb 20, 2012
commit efbe9b284fb39864c13f41613d33d9e6aefd963a
2 changes: 1 addition & 1 deletion 2 cookbook/form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ use some JavaScript. Previously we added two tags to our form in the controller.
Now we need to let the user add as many tag forms as he needs directly in the browser.
This will be done through a bit of JavaScript.

The first thing we need to do is to tell the form collection know that it will
The first thing we need to do is to let the form collection know that it will
receive an unknown number of tags. So far we've added two tags and the form
type expects to receive exactly two, otherwise an error will be thrown:
``This form should not contain extra fields``. To make this flexible, we
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.