From ea14afa28a41c9bb937a7aa09219080236717c15 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Mon, 11 Jan 2021 16:10:01 +0100
Subject: [PATCH] =?UTF-8?q?Mezi=20k=C3=B3dem=20a=20n=C3=A1zvem=20=C3=BAloh?=
 =?UTF-8?q?y=20pi=C5=A1me=20dvojte=C4=8Dku?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/mo/web/templates/user_contest.html b/mo/web/templates/user_contest.html
index 2dd23662..e54e1fde 100644
--- a/mo/web/templates/user_contest.html
+++ b/mo/web/templates/user_contest.html
@@ -70,7 +70,7 @@
 	<tbody>
 {% for task, sol in task_sols %}
 		<tr>
-			<td>{{ task.code }} {{ task.name }}
+			<td>{{ task.code }}: {{ task.name }}
 		{% if sol.final_submit_obj %}
 			<td><a href='{{ url_for('user_paper', id=sol.final_submit_obj.paper_id) }}'>{{- sol.final_submit_obj.uploaded_at|timeformat }} ({{ sol.final_submit_obj.pages|inflected('strana', 'strany', 'stran') }})</a>
 		{% else %}
-- 
GitLab