Skip to content

Commit a27789d

Browse files
committed
Fix build
1 parent 6a5fc7f commit a27789d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ link for details), create a ``gender_widget`` block to handle this:
164164
.. note::
165165

166166
Make sure the correct widget prefix is used. In this example the name should
167-
be ``gender_widget`` (see :ref:`cookbook-form-customization-form-themes`).
167+
be ``gender_widget`` (see :ref:`form-customization-form-themes`).
168168
Further, the main config file should point to the custom form template
169169
so that it's used when rendering all forms.
170170

form/form_themes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ override the default error rendering for *all* fields, copy and customize the
177177
.. index::
178178
single: Forms; Global Theming
179179

180-
.. _book-forms-theming-global:
180+
.. _forms-theming-global:
181181

182182
Global Form Theming
183183
-------------------
@@ -186,7 +186,7 @@ In the above example, you used the ``form_theme`` helper (in Twig) to "import"
186186
the custom form fragments into *just* that form. You can also tell Symfony
187187
to import form customizations across your entire project.
188188

189-
.. _book-forms-theming-twig:
189+
.. _forms-theming-twig:
190190

191191
Twig
192192
....

0 commit comments

Comments
 (0)