mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
@@ -13,7 +13,7 @@ class DefaultController extends Controller
|
||||
return $this->redirectToRoute('chill_main_admin_central', [], 302);
|
||||
}
|
||||
|
||||
return $this->render('ChillMainBundle::layout.html.twig');
|
||||
return $this->render('@ChillMain/layout.html.twig');
|
||||
}
|
||||
|
||||
public function indexWithoutLocaleAction()
|
||||
|
@@ -29,7 +29,7 @@ class LoginController extends Controller
|
||||
public function loginAction(Request $request)
|
||||
{
|
||||
|
||||
return $this->render('ChillMainBundle:Login:login.html.twig', array(
|
||||
return $this->render('@ChillMain/Login/login.html.twig', array(
|
||||
'last_username' => $this->helper->getLastUsername(),
|
||||
'error' => $this->helper->getLastAuthenticationError()
|
||||
));
|
||||
|
Reference in New Issue
Block a user