From ff59dd79e894a8e45b360e27168d8591630de7e7 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Thu, 30 Jan 2025 14:38:45 +0100
Subject: [PATCH] =?UTF-8?q?Pr=C5=AFvodce:=20Upozorn=C4=9Bn=C3=AD=20na=20ro?=
 =?UTF-8?q?zes=C3=ADl=C3=A1n=C3=AD=20mail=C5=AF=20p=C5=99i=20uzav=C5=99en?=
 =?UTF-8?q?=C3=AD=20sout=C4=9B=C5=BEe?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/parts/org_contest_guide.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/mo/web/templates/parts/org_contest_guide.html b/mo/web/templates/parts/org_contest_guide.html
index 81f65b78..bb4c1acb 100644
--- a/mo/web/templates/parts/org_contest_guide.html
+++ b/mo/web/templates/parts/org_contest_guide.html
@@ -103,6 +103,12 @@
 		</ul>
 
 	<li>Až bude vše hotovo, <a href='{{ ctx.url_for('org_contest_edit', set_state='closed') }}'>uzavřete soutěž</a>.
+		<ul>
+		<li>Pokud jste vydali výsledkovou listinu nebo diplomy, soutěžícím o tom přijde e-mail.
+		{% if round.level < 4 %}
+		<li>Výsledkové listiny a diplomy budou dostupné i jejich učitelům (školnim garantům jejich škol).
+		{% endif %}
+		</ul>
 
 {% elif state == RoundState.closed %}
 
-- 
GitLab