Commit 85b45dcc authored by Fabien Potencier's avatar Fabien Potencier

merged branch brikou/patch-1 (PR #121)

Commits
-------

c32e0ec7 fixed twig template filename (for form usage)

Discussion
----------

fixed twig template filename (for form usage)

---------------------------------------------------------------------------

by stof at 2011/06/27 13:11:05 -0700

@mgatto This change was part of the beta5 release of Symfony2

---------------------------------------------------------------------------

by mgatto at 2011/06/27 13:32:44 -0700

Thanks. I also wanted that in for documentation purposes if this is pulled in since Symfony2 is a rapidly moving target at this time.
parents 6833d630 c32e0ec7
......@@ -36,7 +36,7 @@ class TwigExtension implements ExtensionInterface
}
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