From d28f1b4e9637d885ebaab33da2eea7705b7b9fae Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Thu, 30 Jan 2025 14:45:04 +0100
Subject: [PATCH] =?UTF-8?q?Pr=C5=AFvodce:=20Zobrazuje=20se=20ve=20v=C5=A1e?=
 =?UTF-8?q?ch=20krajsk=C3=BDch=20kolech?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index d1b3a1c8..d30e80ef 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -109,7 +109,7 @@
 <p class='space-top rights-elsewhere'>Další akce můžete provádět na stránce své soutěže nebo soutěžního místa.&nbsp;{{ rights_elsewhere_info() }}
 {% endif %}
 
-{% if can_manage and (round.round_type in [RoundType.domaci, RoundType.skolni, RoundType.okresni] or round.round_type == RoundType.krajske and round.category.startswith('Z')) %}
+{% if can_manage and round.round_type in [RoundType.domaci, RoundType.skolni, RoundType.okresni, RoundType.krajske] %}
 {% include "parts/org_contest_guide.html" %}
 {% endif %}
 
-- 
GitLab