Skip to content

Commit 967d352

Browse files
committed
minor symfony#17264 [Form] Fixing path (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] Fixing path All other code samples on this page are using `form/` Commits ------- e6bdd5d Fixing path
2 parents b70d7f4 + e6bdd5d commit 967d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_themes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ order is important, because each theme overrides all the previous ones):
128128
{# apply multiple form themes but only to the form of this template #}
129129
{% form_theme form with [
130130
'foundation_5_layout.html.twig',
131-
'forms/my_custom_theme.html.twig'
131+
'form/my_custom_theme.html.twig'
132132
] %}
133133
134134
{# ... #}

0 commit comments

Comments
 (0)