Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #4399 Explain form() and form_widget() in form customization (o…
…opsFrogs, WouterJ) This PR was merged into the 2.3 branch. Discussion ---------- Explain form() and form_widget() in form customization Continues #4365 | Q | A | --- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | - Original PR description: > In the Form chapter of Book for Symfony 2.3, we use `{{ form(form) }}` to render the entire form ( in contrast to `{{ form_widget(form) }}` for older version of Symfony ). so maybe it should use `{{ form(form) }}` here for consistency. Commits ------- 0086c5e Applied suggestion by Ryan d653ff4 Update form_customization.rst
- Loading branch information