sf4, repair errors and make basic and admin chill pages works

This commit is contained in:
2020-07-30 17:34:45 +02:00
parent 7d9de642ff
commit 91edb14fb2
17 changed files with 126 additions and 77 deletions

View File

@@ -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()
));