Skip to content
Snippets Groups Projects
Commit d28f1b4e authored by Martin Mareš's avatar Martin Mareš
Browse files

Průvodce: Zobrazuje se ve všech krajských kolech

parent ff59dd79
No related branches found
No related tags found
1 merge request!137Sazba diplomů
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment