From e7c6e65c33f4c8ee8ca68c840be876384b8c6f4b Mon Sep 17 00:00:00 2001 From: Tchama Date: Thu, 30 Jul 2020 17:34:45 +0200 Subject: [PATCH] sf4, repair errors and make basic and admin chill pages works --- Resources/views/Event/confirm_delete.html.twig | 2 +- Resources/views/Participation/confirm_delete.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Event/confirm_delete.html.twig b/Resources/views/Event/confirm_delete.html.twig index 86b38101f..a9f472f79 100644 --- a/Resources/views/Event/confirm_delete.html.twig +++ b/Resources/views/Event/confirm_delete.html.twig @@ -6,7 +6,7 @@ {% block event_content %} - {{ include('ChillMainBundle:Util:confirmation_template.html.twig', + {{ include('@ChillMain/Util/confirmation_template.html.twig', { 'title' : 'Delete event'|trans, 'confirm_question' : 'Are you sure you want to remove that event ?'|trans, diff --git a/Resources/views/Participation/confirm_delete.html.twig b/Resources/views/Participation/confirm_delete.html.twig index f235ebb00..20bed0940 100644 --- a/Resources/views/Participation/confirm_delete.html.twig +++ b/Resources/views/Participation/confirm_delete.html.twig @@ -6,7 +6,7 @@ {% block event_content %} - {{ include('ChillMainBundle:Util:confirmation_template.html.twig', + {{ include('@ChillMain/Util/confirmation_template.html.twig', { 'title' : 'Remove participation'|trans, 'confirm_question' : 'Are you sure you want to remove that participation ?'|trans,