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 b111efb5c5
commit 2cd48a5d91

View File

@ -7,7 +7,7 @@
{% block personcontent %}
{{ include('ChillMainBundle:Util:confirmation_template.html.twig',
{{ include('@ChillMain/Util/confirmation_template.html.twig',
{
'title' : 'Remove activity'|trans,
'confirm_question' : 'Are you sure you want to remove the activity about "%name%" ?'|trans({ '%name%' : person.firstname ~ ' ' ~ person.lastname } ),