Skip to content

Commit d653ff4

Browse files
committed
Update form_customization.rst
In the Form chapter of Book for Symphony 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.
1 parent 06e7c5f commit d653ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_customization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ just one line:
6767

6868
.. code-block:: jinja
6969
70-
{{ form_widget(form) }}
70+
{{ form(form) }}
7171
7272
.. code-block:: php
7373

0 commit comments

Comments
 (0)