diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index d1b3a1c8bc401fe59d8ea00081aa480b8438ec55..d30e80ef5b7029cb1ec527b764fc0386dcd162cd 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 %}