From 58bcb31b879a70956973553e9cf42d504dc7fcaa Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Mon, 11 Jan 2021 17:46:04 +0100
Subject: [PATCH] =?UTF-8?q?"Tabulka=20=C5=99e=C5=A1en=C3=AD"=20->=20"Odevz?=
 =?UTF-8?q?dan=C3=A1=20=C5=99e=C5=A1en=C3=AD"?=
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 0d9d61b3..b8783549 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -23,7 +23,7 @@
 
 <div class="btn-group">
 	<a class="btn btn-default" href='{{ url_for('org_contest_list', id=contest.contest_id, site_id=site_id) }}'>Seznam účastníků</a>
-	<a class="btn btn-default" href='{{ url_for('org_contest_solutions', id=contest.contest_id, site_id=site_id) }}'>Tabulka řešení</a>
+	<a class="btn btn-default" href='{{ url_for('org_contest_solutions', id=contest.contest_id, site_id=site_id) }}'>Odevzdaná řešení</a>
 	{% if not site and can_manage %}
 	<a class="btn btn-primary" href='{{ url_for('org_contest_import', id=contest.contest_id) }}'>Importovat účastníky</a>
 	<a class="btn btn-primary" href='{{ url_for('org_proctor_import', id=contest.contest_id) }}'>Importovat dozor</a>
-- 
GitLab