diff --git a/mo/web/templates/user_index.html b/mo/web/templates/user_index.html
index dae5f8681f382b2d5fcb6b36d2e37e87148becad..ca9060702e3cacd8bae4bb29d48c1b0a6afd31d6 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 %}