Skip to content

Commit 3ce46f6

Browse files
ThomasLandauerwouterj
authored andcommitted
Fixed file path
"app/Resources/views/Form/fields.html.twig" didn't work for me - see next code block: "form_theme form 'AppBundle:Form:fields.html.twig'" If this change is correct, I guess it needs to be corrected multiple times on this page.
1 parent d227ffb commit 3ce46f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ can now re-use the form customization across many templates:
282282

283283
.. code-block:: html+twig
284284

285-
{# app/Resources/views/Form/fields.html.twig #}
285+
{# src/AppBundle/Resources/views/Form/fields.html.twig #}
286286
{% block integer_widget %}
287287
<div class="integer_widget">
288288
{% set type = type|default('number') %}

0 commit comments

Comments
 (0)