Add official contest

This commit is contained in:
cuom1999 2024-05-30 02:59:22 -05:00
parent 796a670cd7
commit 10e50795d9
25 changed files with 882 additions and 362 deletions

View file

@ -414,7 +414,7 @@ class OrganizationContests(
def get_queryset(self):
self.org_query = [self.organization_id]
self.show_orgs = False
self.hide_organization_contests = False
return super().get_queryset()
def set_editable_contest(self, contest):