diff --git a/mo/web/templates/org_score.html b/mo/web/templates/org_score.html
index 27271744eec6904641798a87f8965f4fd14b19e0..5b17c68d8cc05ed2b90bc06b21441ca06ec87527 100644
--- a/mo/web/templates/org_score.html
+++ b/mo/web/templates/org_score.html
@@ -78,8 +78,7 @@ Jsou v ní započítány body ze všech úloh těchto kol.</p>
 <p>
 {% if contest and contest.state == RoundState.closed or round.state == RoundState.closed %}
     <a class="btn btn-default" target="_blank" href="{{ ctx.url_for('public_score') }}">Veřejná výsledková listina</a>
-{% endif %}
-{% if ctx.rights.have_right(Right.manage_contest) %}
+{% elif ctx.rights.have_right(Right.manage_contest) %}
 	<a class="btn btn-default" href="{{ ctx.url_for('org_score_edit') }}">Zjednoznačnit pořadí</a>
 {% endif %}
 </p>