Skip to content

Commit f1a76c9

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Fixing path
2 parents cc84d2a + 967d352 commit f1a76c9

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
@@ -149,7 +149,7 @@ order is important, because each theme overrides all the previous ones):
149149
{# apply multiple form themes but only to the form of this template #}
150150
{% form_theme form with [
151151
'foundation_5_layout.html.twig',
152-
'forms/my_custom_theme.html.twig'
152+
'form/my_custom_theme.html.twig'
153153
] %}
154154
155155
{# ... #}

0 commit comments

Comments
 (0)