Project 'mj/mo-submit' was moved to 'mo-p/osmo'. Please update any links and bookmarks that may still have the old path.
WIP: Zárodek uživatelské části webu a submitování
2 open threads
2 open threads
Compare changes
+ 413
− 142
@@ -14,9 +16,12 @@ import mo
@@ -42,7 +47,7 @@ class ParticipantsFilterForm(PagerForm):
@@ -62,11 +67,11 @@ class ParticipantsActionForm(FlaskForm):
@@ -91,8 +96,9 @@ class ParticipantsActionForm(FlaskForm):
@@ -105,8 +111,26 @@ class ParticipantsActionForm(FlaskForm):
@@ -140,130 +164,19 @@ class ParticipantsActionForm(FlaskForm):
@@ -274,10 +187,10 @@ def get_contest(id: int) -> db.Contest:
@@ -286,21 +199,73 @@ def get_contest_rr(id: int, right_needed: Optional[mo.rights.Right]) -> Tuple[db
@@ -339,8 +304,10 @@ def org_contest_import_template():
@@ -349,10 +316,12 @@ def org_contest_list(id: int):
@@ -362,10 +331,10 @@ def org_contest_list(id: int):
@@ -456,9 +425,212 @@ def make_contestant_table(query: Query, add_checkbox: bool = False, add_contest_
@@ -494,3 +666,102 @@ def org_proctor_import_template():