diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 6198e7b5726..4cab8696e24 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -282,7 +282,7 @@ can now re-use the form customization across many templates: .. code-block:: html+jinja - {# app/Resources/views/Form/fields.html.twig #} + {# src/AppBundle/Resources/views/Form/fields.html.twig #} {% block integer_widget %}
{% set type = type|default('number') %}