From 8e81ce57d5dfe7e2112067257ec5b65ec8ff31d5 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sun, 21 Mar 2021 23:37:47 +0100
Subject: [PATCH] =?UTF-8?q?=C5=A0ablona=20pro=20kolo:=20za=20"=C4=8C=C3=A1?=
 =?UTF-8?q?st"=20nem=C3=A1=20b=C3=BDt=20dvojte=C4=8Dka?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_round.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html
index ce115da6..6f4a2a56 100644
--- a/mo/web/templates/org_round.html
+++ b/mo/web/templates/org_round.html
@@ -12,7 +12,7 @@
 	<tr><td>Ročník<td>{{ round.year }}
 	<tr><td>Kategorie<td>{{ round.category }}
 	<tr><td>Pořadí<td>{{ round.seq }}
-	{% if round.part > 0 %}<tr><td>Část:<td>{{ round.part_code() }}{% endif %}
+	{% if round.part > 0 %}<tr><td>Část<td>{{ round.part_code() }}{% endif %}
 	<tr><td>Oblast<td>{{ level_names[round.level] }}
 	<tr><td>Vaše role<td>{% if g.user.is_admin %}správce{% elif roles %}{{ roles|join(", ") }}{% else %}–{% endif %}
 	{% if group_rounds|length > 1 %}
-- 
GitLab