From e6bdd5d518d86e298b1820824cd754468b5e7cf2 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 13 Sep 2022 09:41:52 +0200 Subject: [PATCH] Fixing path All other code samples on this page are using `form/` --- form/form_themes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ] %} {# ... #}