From 7f15aeec79cbbc3922b9066c79deac29e1a936c1 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 16 Mar 2021 16:22:06 +0100
Subject: [PATCH] =?UTF-8?q?Str=C3=A1nka=20kola=20odkazuje=20na=20v=C3=BDsl?=
 =?UTF-8?q?edkovku=20i=20ve=20stavu=20"po=20oblastech"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_round.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html
index dc4bb35b..ce115da6 100644
--- a/mo/web/templates/org_round.html
+++ b/mo/web/templates/org_round.html
@@ -49,7 +49,7 @@
 
 <div class="btn-group">
 	<a class="btn btn-primary" href='{{ url_for('org_round_list', id=round.round_id) }}'>Seznam účastníků</a>
-	{% if round.state in [RoundState.grading, RoundState.closed] %}
+	{% if round.state in [RoundState.grading, RoundState.closed, RoundState.delegate] %}
 	<a class="btn btn-primary" href='{{ url_for('org_score', round_id=round.round_id) }}'>Výsledky</a>
 	{% endif %}
 	{% if can_manage_contestants %}
-- 
GitLab