Skip to content
Snippets Groups Projects
Commit 8abec90e authored by Martin Mareš's avatar Martin Mareš
Browse files

Postup: Tlačítko se zobrazuje ve všech stavech kromě closed

parent 3ab23027
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment