diff --git a/mo/web/templates/org_contest.html b/mo/web/templates/org_contest.html index 3e472539c4426bfe7778b9c2eb87f44d55d2f53c..1f33dbe4eaa7ff6505e17d67184084ef32df85bb 100644 --- a/mo/web/templates/org_contest.html +++ b/mo/web/templates/org_contest.html @@ -64,7 +64,7 @@ {% if can_upload %} <a class="btn btn-default" href='{{ ctx.url_for('org_contest_scans') }}'>Zpracování skenů</a> {% endif %} - {% if state == RoundState.preparing and round.seq > 1 %} + {% if state != RoundState.closed and round.seq > 1 %} <a class="btn btn-primary" href='{{ ctx.url_for('org_contest_advance') }}'>Postup z minulého kola</a> {% endif %} {% if can_manage %}