From 13ed9c7b4dc71a15b30fe20b30757745441bf6e6 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 28 Aug 2023 16:46:19 +0200 Subject: [PATCH] =?UTF-8?q?Tla=C4=8D=C3=ADtko=20Nahr=C3=A1t=20ZIP=20budi?= =?UTF-8?q?=C5=BE=20v=C5=A1ude=20b=C3=ADl=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Předtím bylo u kola bílé, zatímco u soutěže modré. --- mo/web/templates/org_round.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html index 56babf5e..3036db66 100644 --- a/mo/web/templates/org_round.html +++ b/mo/web/templates/org_round.html @@ -234,7 +234,7 @@ <a class="btn btn-xs btn-primary" href="{{ ctx.url_for('org_generic_batch_download', task_id=task.task_id) }}">Stáhnout ZIP</a> {% endif %} {% if can_upload %} - <a class="btn btn-xs btn-primary" href="{{ ctx.url_for('org_generic_batch_upload', task_id=task.task_id) }}">Nahrát ZIP</a> + <a class="btn btn-xs btn-default" href="{{ ctx.url_for('org_generic_batch_upload', task_id=task.task_id) }}">Nahrát ZIP</a> {% endif %} {% if can_upload %} <a class="btn btn-xs btn-default" href="{{ ctx.url_for('org_generic_batch_points', task_id=task.task_id) }}">Nahrát body</a> -- GitLab