8000 Added a note about customizing a form with more than one template by javiereguiluz · Pull Request #3875 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added a note about customizing a form with more than one template #3875

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 6 commits into from
Jul 11, 2014
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fixed a minor error
  • Loading branch information
javiereguiluz committed Jun 11, 2014
commit 1b386fff89e4990e777747f660a48f559798a0b1
2 changes: 1 addition & 1 deletion cookbook/form/form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ block from the new template and the ``input`` tag will be wrapped in the
Multiple Templates
..................

A form can also be customized applying several templates. To do so, pass the
A form can also be customized applying several templates. To do this, pass the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... can also be customized by applying several templates...

name of all the templates as an array using the ``with`` keyword:

.. code-block:: html+jinja
Expand Down
0