diff --git a/gestioncof/views.py b/gestioncof/views.py index f2e89297..a988d3e9 100644 --- a/gestioncof/views.py +++ b/gestioncof/views.py @@ -655,7 +655,7 @@ def calendar(request): def calendar_ics(request, token): subscription = get_object_or_404(CalendarSubscription, token=token) shows = set(subscription.other_shows.all()) \ - | {attr.show + | {attr.spectacle for attr in Attribution.objects.filter( participant__user=subscription.user, participant__tirage__active=True)}