mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
sf4, repair errors and make basic and admin chill pages works
This commit is contained in:
parent
a17d396834
commit
e7c6e65c33
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{% block event_content %}
|
{% block event_content %}
|
||||||
|
|
||||||
{{ include('ChillMainBundle:Util:confirmation_template.html.twig',
|
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
||||||
{
|
{
|
||||||
'title' : 'Delete event'|trans,
|
'title' : 'Delete event'|trans,
|
||||||
'confirm_question' : 'Are you sure you want to remove that event ?'|trans,
|
'confirm_question' : 'Are you sure you want to remove that event ?'|trans,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
{% block event_content %}
|
{% block event_content %}
|
||||||
|
|
||||||
{{ include('ChillMainBundle:Util:confirmation_template.html.twig',
|
{{ include('@ChillMain/Util/confirmation_template.html.twig',
|
||||||
{
|
{
|
||||||
'title' : 'Remove participation'|trans,
|
'title' : 'Remove participation'|trans,
|
||||||
'confirm_question' : 'Are you sure you want to remove that participation ?'|trans,
|
'confirm_question' : 'Are you sure you want to remove that participation ?'|trans,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user