From 302966bb77aa2c8aefb9bebffcd632a4302cab4a Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 11 Jan 2021 16:11:24 +0100 Subject: [PATCH] =?UTF-8?q?Dal=C5=A1=C3=AD=20dvojte=C4=8Dka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/user_contest_task.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/web/templates/user_contest_task.html b/mo/web/templates/user_contest_task.html index 6629803b..ce2fd8b0 100644 --- a/mo/web/templates/user_contest_task.html +++ b/mo/web/templates/user_contest_task.html @@ -3,7 +3,7 @@ {% block body %} {% set round = contest.round %} -<h2>Úloha {{ task.code }} {{ task.name }}</h2> +<h2>Úloha {{ task.code }}: {{ task.name }}</h2> <p><a href='{{ url_for('user_contest', id=contest.contest_id) }}'>Zpět na seznam úloh</a> -- GitLab