Skip to content

Update form_themes.rst #12568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion form/form_themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ app, such as changing all ``<textarea>`` elements of a form or customizing a
very special form field which will be handled with JavaScript.

You only need to add the special ``{% form_theme form _self %}`` tag to the same
template where the form is rendered. This makes Twig to look inside the template
template where the form is rendered. This causes Twig to look inside the template
for any overridden form blocks:

.. code-block:: html+twig
Expand Down