Skip to content
Snippets Groups Projects
Commit a3c2c052 authored by Martin Mareš's avatar Martin Mareš Committed by Jan Prachař
Browse files

Maily: Oprava odkazu na nevyřízené přihlášky

parent 559b23f2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment