From 1d83587be2efd8b48abf47ddba1f8d9e12b02f5f Mon Sep 17 00:00:00 2001
From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz>
Date: Fri, 30 Jul 2021 17:52:49 +0200
Subject: [PATCH] =?UTF-8?q?FIX:=20org=5Fcontest.html:=20Sjednocen=C3=AD=20?=
 =?UTF-8?q?hl=C3=A1=C5=A1ek=20o=20neexistenci?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Hláška o neexistenci úlohy bude stejně jako hláška o neexistenci
soutěžních míst kurzívou.
---
 mo/web/templates/org_contest.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html
index 485ffd92..f78ea9c2 100644
--- a/mo/web/templates/org_contest.html
+++ b/mo/web/templates/org_contest.html
@@ -149,7 +149,7 @@
 	{% endfor %}
 </table>
 {% else %}
-<p>Zatím nebyly přidány žádné úlohy.</p>
+<p><i>Zatím nebyly přidány žádné úlohy.</i></p>
 {% endif %}
 
 <!--
-- 
GitLab