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,