Skip to content
Snippets Groups Projects
Commit 070a21d6 authored by Martin Mareš's avatar Martin Mareš
Browse files

Dávkový upload vyžaduje soubor

parent d60eac2d
Branches
No related tags found
No related merge requests found
...@@ -1021,7 +1021,7 @@ def generic_batch_download(round: db.Round, contest: Optional[db.Contest], site: ...@@ -1021,7 +1021,7 @@ def generic_batch_download(round: db.Round, contest: Optional[db.Contest], site:
class UploadSubmitsForm(FlaskForm): class UploadSubmitsForm(FlaskForm):
file = flask_wtf.file.FileField("Soubor") file = flask_wtf.file.FileField("Soubor", validators=[flask_wtf.file.FileRequired()])
submit = wtforms.SubmitField('Odeslat') submit = wtforms.SubmitField('Odeslat')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment