mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
sf4, repair errors and make basic and admin chill pages works
This commit is contained in:
@@ -116,7 +116,7 @@ class PasswordController extends Controller
|
||||
}
|
||||
|
||||
// render into a template
|
||||
return $this->render('ChillMainBundle:Password:password.html.twig', array(
|
||||
return $this->render('@ChillMain/Password/password.html.twig', array(
|
||||
'form' => $form->createView()
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user