Skip to content

Commit e6bdd5d

Browse files
Fixing path
All other code samples on this page are using `form/`
1 parent b70d7f4 commit e6bdd5d

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)