Skip to content

Commit f57c14c

Browse files
Merge pull request #6 from ThomasLandauer/ThomasLandauer-patch-5
Fixed file path
2 parents 01ab074 + f154514 commit f57c14c

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+jinja
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)