Fixed: fix error when displaying calendar list with invite in person context

This commit is contained in:
2023-04-03 19:17:30 +02:00
parent 380ad2e2e6
commit 46e1891386

View File

@@ -5,7 +5,7 @@
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 %}
{% endif %}