From 6fbda24a6bf645481b900c755d8e42a878c32703 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 2 Jan 2021 19:00:46 +0100
Subject: [PATCH] =?UTF-8?q?Oprava=20bugu=20v=20=C5=A1ablon=C4=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/mo/web/templates/org_contest_root.html b/mo/web/templates/org_contest_root.html
index 4229835e..9a7094f9 100644
--- a/mo/web/templates/org_contest_root.html
+++ b/mo/web/templates/org_contest_root.html
@@ -13,7 +13,7 @@
 		</thead>
 	{% for r in rounds %}
 		<tr>
-			<td><a href='{{ url_for('org_contest_round', id=r.round_id) }}'>{{ r.round_code() }}</a>
+			<td><a href='{{ url_for('org_round', id=r.round_id) }}'>{{ r.round_code() }}</a>
 			<td>{{ r.year }}
 			<td>{{ r.category }}
 			<td>{{ r.seq }}
-- 
GitLab