Skip to content

Commit

Permalink
Revert modifying controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Dec 13, 2023
1 parent cc7fffb commit 71f194a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions oioioi/contests/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ def can_enter_contest(self, request):
@classmethod
def anonymous_can_enter_contest(cls):
return True

def allow_login_as_public_name(self):
return False

def visible_contests_query(self, request):
return Q_always_true()
Expand Down

0 comments on commit 71f194a

Please sign in to comment.