From c0591bc1f25b7fd0b2802f63333cfb80e347faee Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 11 Nov 2022 20:32:03 +0100 Subject: [PATCH] =?UTF-8?q?Pr=C5=AFvodce:=20Odkaz=20na=20seznam=20e-mail?= =?UTF-8?q?=C5=AF=20v=C4=8Detn=C4=9B=20=C5=A1koln=C3=ADch=20garant=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/parts/org_contest_guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/web/templates/parts/org_contest_guide.html b/mo/web/templates/parts/org_contest_guide.html index f8f23ddd..9d425c58 100644 --- a/mo/web/templates/parts/org_contest_guide.html +++ b/mo/web/templates/parts/org_contest_guide.html @@ -27,7 +27,7 @@ {% endif %} {% if round_type not in [RoundType.domaci, RoundType.skolni] %} - <li>Rozešlete soutěžícím <a href='{{ ctx.url_for('org_generic_list_emails') }}'>pozvánky</a>. + <li>Rozešlete soutěžícím <a href='{{ ctx.url_for('org_generic_list_emails', participation_state='active', pant_email=True, school_email=True) }}'>pozvánky</a>. {% endif %} {% if round_type != RoundType.domaci %} -- GitLab