Skip to content

Commit 0b3746a

Browse files
committed
Merge pull request symfony#1080 from richardmiller/fixing_template_path
Fixing template path
2 parents 2fed448 + b1e870d commit 0b3746a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ we want to always render it in a ``ul`` element. In your form theme template
106106

107107
.. code-block:: html+jinja
108108

109-
{# src/Acme/DemoBundle/Resources/Form/fields.html.twig #}
109+
{# src/Acme/DemoBundle/Resources/views/Form/fields.html.twig #}
110110

111111
{% block gender_widget %}
112112
{% spaceless %}

0 commit comments

Comments
 (0)