Skip to content

Commit 14ef7ae

Browse files
Minor reword
1 parent 8d45f83 commit 14ef7ae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

form/form_customization.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,10 +355,11 @@ themes:
355355

356356
.. caution::
357357

358-
When using the ``only`` keyword, form themes shipped with Symfony
359-
(``form_div_layout.html.twig`` and others) will not be used, so to render your
360-
forms correcly, you need to either provide the base form theme yourself, or
361-
``use`` one of the built in form themes from your own theme:
358+
When using the ``only`` keyword, none of Symfony's built-in form themes
359+
(``form_div_layout.html.twig``, etc.) will be applied. In order to render
360+
your forms correctly, you need to either provide a full-featured form theme
361+
yourself, or extend one of the built-in form themes with Twig's ``use``
362+
keyword instead of ``extends`` to reuse the original theme contents.
362363

363364
.. code-block:: html+twig
364365

0 commit comments

Comments
 (0)