diff --git a/tournaments/frontend/views.py b/tournaments/frontend/views.py index 43620d2..65bae06 100644 --- a/tournaments/frontend/views.py +++ b/tournaments/frontend/views.py @@ -276,6 +276,7 @@ def get(self, request, *args, **kwargs): if self.object.participations.count() < 3: return HttpResponse(status = 412) + # Perform a test run. try: self.object.test() except ValidationError as error: