mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
Fixed: fix error when displaying calendar list with invite in person context
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Maybe should we think about abstracting this file a bit more ? Moving it to PersonBundle ?
|
Maybe should we think about abstracting this file a bit more ? Moving it to PersonBundle ?
|
||||||
#}
|
#}
|
||||||
{% if context == 'calendar_accompanyingCourse' %}
|
{% if context == 'calendar_accompanyingCourse' or context == 'calendar_person' %}
|
||||||
{% import "@ChillCalendar/_invite.html.twig" as invite %}
|
{% import "@ChillCalendar/_invite.html.twig" as invite %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user