From 609c001307ec9c5e39b8397880bc62d2fa547a7f Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sat, 2 Jan 2021 22:30:24 +0100
Subject: [PATCH] =?UTF-8?q?Pardon,=20je=C5=A1t=C4=9B=20zapomenut=C3=A1=20?=
 =?UTF-8?q?=C5=A1ablona?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/org_round_list.html | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 mo/web/templates/org_round_list.html

diff --git a/mo/web/templates/org_round_list.html b/mo/web/templates/org_round_list.html
new file mode 100644
index 00000000..fa958549
--- /dev/null
+++ b/mo/web/templates/org_round_list.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% block body %}
+<h2>Účastníci kola {{ round.round_code() }}</h2>
+
+{{ table.to_html() }}
+
+{% endblock %}
-- 
GitLab