From 1fb081e6af2ddf74ca7c100169a9faefdc51862a Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Fri, 11 Jun 2021 18:26:57 +0200
Subject: [PATCH] =?UTF-8?q?user=5Findex:=20V=20na=C5=A1=C3=AD=20verzi=20OS?=
 =?UTF-8?q?MO=20nen=C3=AD=20public=5Fscore?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/web/templates/user_index.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mo/web/templates/user_index.html b/mo/web/templates/user_index.html
index dae5f868..ca906070 100644
--- a/mo/web/templates/user_index.html
+++ b/mo/web/templates/user_index.html
@@ -38,9 +38,6 @@
 					{% endif %}
 					</a>
 					{% endif %}
-					{% if state == RoundState.closed %}
-					<a class="btn btn-xs btn-warning" href='{{ url_for('public_score', contest_id=contest.contest_id) }}'>Výsledky</a>
-					{% endif %}
 			{% endfor %}
 	</table>
 {% else %}
-- 
GitLab