File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,16 +299,16 @@ block from the new template and the ``input`` tag will be wrapped in the
299
299
``div `` element specified in the customized block.
300
300
301
301
Child Forms
302
- ~~~~~~~~~~~
302
+ ...........
303
303
304
- You can apply a form theme to a specific child of your form:
304
+ You can also apply a form theme to a specific child of your form:
305
305
306
306
.. code-block :: html+jinja
307
307
308
308
{% form_theme form.child 'AcmeDemoBundle:Form: fields.html.twig' %}
309
309
310
- This is useful when you want to have a custom theme for a nested form different
311
- than the one of your main form. Just specify both your themes:
310
+ This is useful when you want to have a custom theme for a nested form that's
311
+ different than the one of your main form. Just specify both your themes:
312
312
313
313
.. code-block :: html+jinja
314
314
You can’t perform that action at this time.
0 commit comments