rename syntax for ChillMain twig template calls

This commit is contained in:
2020-07-30 14:25:28 +02:00
parent 4634dbf4e7
commit f760943baa
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ class ReportController extends Controller
return $this->render('ChillReportBundle:Report:select_report_type_for_export.html.twig', array(
'form' => $form->createView(),
'layout_name' => "ChillMainBundle::Export/layout.html.twig"
'layout_name' => "@ChillMain/Export/layout.html.twig"
));
}