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

Job pro výrobu protokolů má ve jméně i část kola

parent eb6a119e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ def schedule_create_protocols(contest: db.Contest, site: Optional[db.Place], for
the_job = TheJob()
job = the_job.create(db.JobType.create_protocols, for_user)
job.description = f'Formuláře protokolů {contest.round.round_code_short()} {place.name}'
job.description = f'Formuláře protokolů {contest.round.round_code()} {place.name}'
job.in_json = {
'contest_id': contest.contest_id,
'site_id': site.place_id if site else None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment