Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Jan 30, 2024
1 parent d8473d1 commit 2d5bdda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tournaments/frontend/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2d5bdda

Please sign in to comment.