From a3c2c052e437fd1ab54fabd086f761282c24a05e Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 27 Sep 2021 20:15:51 +0200 Subject: [PATCH] =?UTF-8?q?Maily:=20Oprava=20odkazu=20na=20nevy=C5=99?= =?UTF-8?q?=C3=ADzen=C3=A9=20p=C5=99ihl=C3=A1=C5=A1ky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/email.py b/mo/email.py index 14660593..51a3b8f5 100644 --- a/mo/email.py +++ b/mo/email.py @@ -74,7 +74,7 @@ def confirm_url(type: str, token: str) -> str: def contestant_list_url(contest: db.Contest, registered_only: bool) -> str: - url = config.WEB_ROOT + f'org/contest/c/{contest.contest_id}/ucastnici' + url = config.WEB_ROOT + f'org/contest/c/{contest.contest_id}/participants' if registered_only: url += '?participation_state=registered' return url -- GitLab