From a6b5fe0863b7977fffe4bc45f2f18db707e01a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sat, 16 Jul 2016 02:41:15 +0200 Subject: [PATCH] Typo --- gestioncof/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}