Typo
This commit is contained in:
parent
998298ccdc
commit
a6b5fe0863
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||
|
|
Loading…
Reference in a new issue