From e082d35efbf582f3bb0cb0040c4ce60671d153dc 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 --- Resources/views/DocumentCategory/edit.html.twig | 2 +- Resources/views/DocumentCategory/index.html.twig | 2 +- Resources/views/DocumentCategory/new.html.twig | 2 +- Resources/views/DocumentCategory/show.html.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/views/DocumentCategory/edit.html.twig b/Resources/views/DocumentCategory/edit.html.twig index 68c74a29d..cc4d8223b 100644 --- a/Resources/views/DocumentCategory/edit.html.twig +++ b/Resources/views/DocumentCategory/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 "ChillMainBundle::Admin/layout.html.twig" %} +{% extends "@ChillMain/Admin/layout.html.twig" %} {% block title %}{{ 'Document category edit'|trans }}{% endblock title %} diff --git a/Resources/views/DocumentCategory/index.html.twig b/Resources/views/DocumentCategory/index.html.twig index 3aaa7fcf0..612afb2fb 100644 --- a/Resources/views/DocumentCategory/index.html.twig +++ b/Resources/views/DocumentCategory/index.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::Admin/layout.html.twig" %} +{% extends "@ChillMain/Admin/layout.html.twig" %} {% block title %}{{ 'Document category list' | trans }}{% endblock title %} diff --git a/Resources/views/DocumentCategory/new.html.twig b/Resources/views/DocumentCategory/new.html.twig index a87d42585..8b3f55182 100644 --- a/Resources/views/DocumentCategory/new.html.twig +++ b/Resources/views/DocumentCategory/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 "ChillMainBundle::Admin/layout.html.twig" %} +{% extends "@ChillMain/Admin/layout.html.twig" %} {% block title %}{{ 'Create new document category' | trans }}{% endblock title %} diff --git a/Resources/views/DocumentCategory/show.html.twig b/Resources/views/DocumentCategory/show.html.twig index cf323781d..2ba2a301b 100644 --- a/Resources/views/DocumentCategory/show.html.twig +++ b/Resources/views/DocumentCategory/show.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::Admin/layout.html.twig" %} +{% extends "@ChillMain/Admin/layout.html.twig" %} {% block title %}{{ 'Document category show'|trans }}{% endblock title %}