8000 Update form_customization.rst by vudaltsov · Pull Request #6086 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update form_customization.rst #6086

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

Closed
wants to merge 1 commit into from
Closed
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
Update form_customization.rst
  • Loading branch information
vudaltsov committed Dec 29, 2015
commit 00fc5d89e3182f026f46a4d5fec93ac0bb3bc1f2
2 changes: 1 addition & 1 deletion cookbook/form/form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rendering a form. In other words, if you want to customize one portion of
how a form is rendered, you'll import a *theme* which contains a customization
of the appropriate form fragments.

Symfony comes with four **built-in form themes** that define each and every
Symfony comes with five **built-in form themes** that define each and every
fragment needed to render every part of a form:

* `form_div_layout.html.twig`_, wraps each form field inside a ``<div>`` element.
Expand Down
0