admin: docgen admin

This commit is contained in:
nobohan
2022-05-10 13:55:33 +02:00
parent be27df1fd5
commit cb1bbe940f
9 changed files with 27 additions and 26 deletions

View File

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