Unable to find template "register_content.html.twig|myTheme" in @FOSUser/Registration/register.html.twig at line 4.
Before this commit, in the locate() method of Liip\ThemeBundle\Locator\FileLocator, I have @FOSUserBundle/Resources/views/Registration/register.html.twig in $name.
After this commit, I have "views/register_content.html.twig".
That's why I don't have the good behavior in my application.
Hello,
We use LiipThemeBundle (1.4.3) and FOSUserBundle (2.0.x-dev, 694e6d3). Since this commit in FOSUserBundle, I have this error:
Before this commit, in the
locate()
method ofLiip\ThemeBundle\Locator\FileLocator
, I have@FOSUserBundle/Resources/views/Registration/register.html.twig
in$name
. After this commit, I have"views/register_content.html.twig"
.That's why I don't have the good behavior in my application.