diff --git a/gameserver/models/contest.py b/gameserver/models/contest.py index 55d2595..f25a9ce 100644 --- a/gameserver/models/contest.py +++ b/gameserver/models/contest.py @@ -182,7 +182,7 @@ def is_accessible_by(self, user): if self.is_editable_by(user): return True - return self.is_public and not self.organizations.exists() + return self.is_public def is_editable_by(self, user): if not user.is_authenticated: