From d11c464fa779518eaee7fe89970c2dcaf45e3667 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 29 Mar 2021 00:23:59 +0200 Subject: [PATCH] =?UTF-8?q?Na=20u=C5=BEivatelskou=20str=C3=A1nku=20sout?= =?UTF-8?q?=C4=9B=C5=BEe=20p=C5=99id=C3=A1n=20odkaz=20na=20n=C3=A1vod=20To?= =?UTF-8?q?m=C3=A1=C5=A1e=20B=C3=A1rty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mo/web/templates/user_contest.html | 1 + 1 file changed, 1 insertion(+) diff --git a/mo/web/templates/user_contest.html b/mo/web/templates/user_contest.html index f4bf8c8c..4c68aa93 100644 --- a/mo/web/templates/user_contest.html +++ b/mo/web/templates/user_contest.html @@ -41,6 +41,7 @@ {% if contest.ct_can_submit() %} <p>Řešení odevzdávejte ve formátu PDF jako soubor o velikosti maximálně {{ max_submit_size // 1048576 }} MB. +Pokud si s tvorbou PDF nevíte rady, zkuste se podívat do <a href='https://docs.google.com/document/d/1XXk7Od-ZKtfmfNa-9FpFjUqmy0Ekzf2-2q3EpSWyn1w/edit?usp=sharing'>návodu</a>. {% endif %} {% elif state == RoundState.grading %} -- GitLab