Widget: Fix session handling issue

This commit is contained in:
Raphael Michel
2017-10-29 00:21:51 +02:00
parent 2a7e185d2e
commit d811e42095
2 changed files with 11 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class WaitingView(EventViewMixin, FormView):
return kwargs
def get_context_data(self, **kwargs):
ctx = super().get_context_data()
ctx = super().get_context_data(**kwargs)
ctx['event'] = self.request.event
ctx['subevent'] = self.subevent
ctx['item'], ctx['variation'] = self.item_and_variation