From f760943baaa24dffa92e6bdd6f289324dafaa44a Mon Sep 17 00:00:00 2001 From: Tchama Date: Thu, 30 Jul 2020 14:25:28 +0200 Subject: [PATCH] rename syntax for ChillMain twig template calls --- Controller/ReportController.php | 2 +- Resources/views/Report/select_report_type_for_export.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/ReportController.php b/Controller/ReportController.php index c89b1299b..b1075a146 100644 --- a/Controller/ReportController.php +++ b/Controller/ReportController.php @@ -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" )); } diff --git a/Resources/views/Report/select_report_type_for_export.html.twig b/Resources/views/Report/select_report_type_for_export.html.twig index 55d0667e2..56232cfbe 100644 --- a/Resources/views/Report/select_report_type_for_export.html.twig +++ b/Resources/views/Report/select_report_type_for_export.html.twig @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . #} -{% extends "ChillMainBundle::Export/layout.html.twig" %} +{% extends "@ChillMain/Export/layout.html.twig" %} {% set activeRouteKey = 'report_export_list' %}