diff --git a/form/form_themes.rst b/form/form_themes.rst index 69a24a2adb0..c2dd3dca368 100644 --- a/form/form_themes.rst +++ b/form/form_themes.rst @@ -128,7 +128,7 @@ order is important, because each theme overrides all the previous ones): {# apply multiple form themes but only to the form of this template #} {% form_theme form with [ 'foundation_5_layout.html.twig', - 'forms/my_custom_theme.html.twig' + 'form/my_custom_theme.html.twig' ] %} {# ... #}