Commit c32e0ec7 authored by Brikou CARRE's avatar Brikou CARRE

fixed twig template filename (for form usage)

parent 6833d630
...@@ -36,7 +36,7 @@ class TwigExtension implements ExtensionInterface ...@@ -36,7 +36,7 @@ class TwigExtension implements ExtensionInterface
} }
if (isset($app['form.factory'])) { if (isset($app['form.factory'])) {
$twig->addExtension(new TwigFormExtension(array('div_layout.html.twig'))); $twig->addExtension(new TwigFormExtension(array('form_div_layout.html.twig')));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment