sf4, repair errors and make basic and admin chill pages works

This commit is contained in:
Tchama 2020-07-30 17:34:45 +02:00
parent a17d396834
commit e7c6e65c33
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,