diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html
index ce115da603a4f4caeda2550e2ebf30c22b8e58c4..6f4a2a560f656e64f0036bb4ca0582659fe636ab 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 %}