diff --git a/mo/jobs/protocols.py b/mo/jobs/protocols.py index 6b64b48774e9814e2a2533d96bb848bbd683f5b9..d684efe2127b4999e00b09d65bb92326167e3efa 100644 --- a/mo/jobs/protocols.py +++ b/mo/jobs/protocols.py @@ -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,