WIP: Zárodek uživatelské části webu a submitování
Compare changes
+ 120
− 10
@@ -15,6 +16,7 @@ import mo.csv
@@ -62,7 +64,7 @@ class ParticipantsActionForm(FlaskForm):
@@ -91,7 +93,7 @@ class ParticipantsActionForm(FlaskForm):
@@ -116,7 +118,7 @@ class ParticipantsActionForm(FlaskForm):
@@ -182,10 +184,10 @@ def get_contest(id: int) -> db.Contest:
@@ -202,13 +204,13 @@ def org_contest(id: int):
@@ -249,7 +251,7 @@ def org_contest_import_template():
@@ -371,7 +373,7 @@ def make_contestant_table(query: Query, add_checkbox: bool = False, add_contest_
@@ -444,9 +446,117 @@ def org_contest_solutions(id: int):