From 9e671a06873d9623623ecc7d29636c7673456d5d Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Thu, 7 Jan 2021 23:41:45 +0100
Subject: [PATCH] =?UTF-8?q?Odstran=C4=9Bn=C3=AD=20zbloudil=C3=BDch=20soft?=
 =?UTF-8?q?=20hyphens=20v=20=C5=A1ablon=C3=A1ch?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_contest_import.html  | 2 +-
 mo/web/templates/org_contest_list.html    | 2 +-
 mo/web/templates/org_round.html           | 6 +++---
 mo/web/templates/org_round_edit.html      | 2 +-
 mo/web/templates/org_round_import.html    | 2 +-
 mo/web/templates/org_round_list.html      | 2 +-
 mo/web/templates/org_round_task_edit.html | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/mo/web/templates/org_contest_import.html b/mo/web/templates/org_contest_import.html
index a21ee369..2d3a6bff 100644
--- a/mo/web/templates/org_contest_import.html
+++ b/mo/web/templates/org_contest_import.html
@@ -2,7 +2,7 @@
 {% import "bootstrap/wtf.html" as wtf %}
 {% block body %}
 <h2>
-	<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>­­
+	<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>
 	» <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a>
 	» Import účastníků
 </h2>
diff --git a/mo/web/templates/org_contest_list.html b/mo/web/templates/org_contest_list.html
index 2a7778ae..259ac048 100644
--- a/mo/web/templates/org_contest_list.html
+++ b/mo/web/templates/org_contest_list.html
@@ -2,7 +2,7 @@
 {% import "bootstrap/wtf.html" as wtf %}
 {% block body %}
 <h2>
-	<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>­­
+	<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>
 	» <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a>
 	» Účastníci
 </h2>
diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html
index b2a3c87f..b7f35291 100644
--- a/mo/web/templates/org_round.html
+++ b/mo/web/templates/org_round.html
@@ -9,9 +9,9 @@
 	<tr><td>Název<td>{{ round.name }}
 	<tr><td>Oblast<td>{{ level_names[round.level] }}
 	<tr><td>Stav<td class='rstate-{{round.state.name}}'>{{ round.state.friendly_name() }}
-	<tr><td>Čas zveřejnění úloh<td>{{ round.ct_tasks_start|timeformat }}
-	<tr><td>Konec pro účastníky<td>{{ round.ct_submit_end|timeformat }}
-	<tr><td>Konec pro dozor<td>{{ round.pr_submit_end|timeformat }}
+	<tr><td>Účastníci vidí zadání od<td>{{ round.ct_tasks_start|timeformat }}
+	<tr><td>Účastníci odevzdávají do<td>{{ round.ct_submit_end|timeformat }}
+	<tr><td>Dozor odevzdává do<td>{{ round.pr_submit_end|timeformat }}
 </table>
 
 <p><a href='{{ url_for('org_round_list', id=round.round_id) }}'>Seznam účastníků</a>
diff --git a/mo/web/templates/org_round_edit.html b/mo/web/templates/org_round_edit.html
index 1f558c75..a043fb34 100644
--- a/mo/web/templates/org_round_edit.html
+++ b/mo/web/templates/org_round_edit.html
@@ -2,7 +2,7 @@
 {% import "bootstrap/wtf.html" as wtf %}
 {% block body %}
 <h2>
-	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­
+	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
 	» Editace
 </h2>
 
diff --git a/mo/web/templates/org_round_import.html b/mo/web/templates/org_round_import.html
index 759a47cb..92661ae0 100644
--- a/mo/web/templates/org_round_import.html
+++ b/mo/web/templates/org_round_import.html
@@ -2,7 +2,7 @@
 {% import "bootstrap/wtf.html" as wtf %}
 {% block body %}
 <h2>
-	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­
+	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
 	» Import účastníků
 </h2>
 
diff --git a/mo/web/templates/org_round_list.html b/mo/web/templates/org_round_list.html
index a0129c92..dc0f5a21 100644
--- a/mo/web/templates/org_round_list.html
+++ b/mo/web/templates/org_round_list.html
@@ -2,7 +2,7 @@
 {% import "bootstrap/wtf.html" as wtf %}
 {% block body %}
 <h2>
-	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­
+	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
 	» Účastníci
 </h2>
 
diff --git a/mo/web/templates/org_round_task_edit.html b/mo/web/templates/org_round_task_edit.html
index 9eba638e..782dadc2 100644
--- a/mo/web/templates/org_round_task_edit.html
+++ b/mo/web/templates/org_round_task_edit.html
@@ -2,7 +2,7 @@
 {% import "bootstrap/wtf.html" as wtf %}
 {% block body %}
 <h2>
-	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>­­
+	<a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a>
 	» {% if task %} Úloha {{ task.code }}: {{ task.name }}{% else %}Nová úloha{% endif %}
 </h2>
 
-- 
GitLab