From 4c0f11af99451a6f927147ba02d5e20149316898 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Thu, 1 Jul 2021 15:32:17 +0200
Subject: [PATCH] =?UTF-8?q?Odkaz=20na=20protokoly=20ze=20str=C3=A1nky=20so?=
=?UTF-8?q?ut=C4=9B=C5=BEe?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mo/web/templates/org_contest.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index 0042d9ed..db0ffd6e 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -60,6 +60,7 @@
{% if state in [RoundState.grading, RoundState.closed] %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_score') }}'>Výsledky</a>
{% endif %}
+ <a class="btn btn-default" href='{{ ctx.url_for('org_contest_protocols') }}'>Protokoly</a>
{% if state == RoundState.preparing and round.seq > 1 %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_contest_advance') }}'>Postup z minulého kola</a>
{% endif %}
--
GitLab