diff --git a/competition/views.py b/competition/views.py index 8eaa5f7..0f35d7a 100644 --- a/competition/views.py +++ b/competition/views.py @@ -372,7 +372,7 @@ def get(self, request, *args, **kwargs): def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) - context['game'] = self.object + context['game'] = Game.get_current() return context def form_valid(self, form):