Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14ef7ae

Browse filesBrowse files
Minor reword
1 parent 8d45f83 commit 14ef7ae
Copy full SHA for 14ef7ae

File tree

1 file changed

+5
-4
lines changed
Filter options

1 file changed

+5
-4
lines changed

‎form/form_customization.rst

Copy file name to clipboardExpand all lines: form/form_customization.rst
+5-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.