From b2cbba4de89441b0485a83e995e8a29239aa1117 Mon Sep 17 00:00:00 2001 From: Tchama Date: Sun, 6 Sep 2020 20:32:46 +0200 Subject: [PATCH] use '@foo/bar.html.twig' syntax in twig templates --- Resources/views/Report/edit.html.twig | 2 +- Resources/views/Report/list.html.twig | 2 +- Resources/views/Report/new.html.twig | 2 +- Resources/views/Report/select_report_type.html.twig | 2 +- Resources/views/Report/view.html.twig | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/views/Report/edit.html.twig b/Resources/views/Report/edit.html.twig index 47a7e4215..9ae03e174 100644 --- a/Resources/views/Report/edit.html.twig +++ b/Resources/views/Report/edit.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 "ChillPersonBundle::layout.html.twig" %} +{% extends "@ChillPerson/layout.html.twig" %} {% set activeRouteKey = 'report_select_type' %} diff --git a/Resources/views/Report/list.html.twig b/Resources/views/Report/list.html.twig index 350c0b0d2..fe6d90a65 100644 --- a/Resources/views/Report/list.html.twig +++ b/Resources/views/Report/list.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 "ChillPersonBundle::layout.html.twig" %} +{% extends "@ChillPerson/layout.html.twig" %} {% set activeRouteKey = 'report_select_type' %} diff --git a/Resources/views/Report/new.html.twig b/Resources/views/Report/new.html.twig index 8589601ae..1fc18a735 100644 --- a/Resources/views/Report/new.html.twig +++ b/Resources/views/Report/new.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 "ChillPersonBundle::layout.html.twig" %} +{% extends "@ChillPerson/layout.html.twig" %} {% set activeRouteKey = 'report_select_type' %} diff --git a/Resources/views/Report/select_report_type.html.twig b/Resources/views/Report/select_report_type.html.twig index 3297d5ef7..67983a7f8 100644 --- a/Resources/views/Report/select_report_type.html.twig +++ b/Resources/views/Report/select_report_type.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 "ChillPersonBundle::layout.html.twig" %} +{% extends "@ChillPerson/layout.html.twig" %} {% set activeRouteKey = 'report_select_type' %} diff --git a/Resources/views/Report/view.html.twig b/Resources/views/Report/view.html.twig index 5d80d59e9..503fb7910 100644 --- a/Resources/views/Report/view.html.twig +++ b/Resources/views/Report/view.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 "ChillPersonBundle::layout.html.twig" %} +{% extends "@ChillPerson/layout.html.twig" %} {% set activeRouteKey = 'report_select_type' %}