mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
admin: docgen admin
This commit is contained in:
@@ -68,7 +68,7 @@ class AdminDocGeneratorTemplateController extends CRUDController
|
||||
{
|
||||
$this->denyAccessUnlessGranted('ROLE_ADMIN');
|
||||
|
||||
return $this->render('ChillDocGeneratorBundle:Admin/DocGeneratorTemplate:pick-context.html.twig', [
|
||||
return $this->render('@ChillDocGenerator/DocGeneratorTemplate/pick-context.html.twig', [
|
||||
'contexts' => $this->contextManager->getContexts(),
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user