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

Odkaz na protokoly ze stránky soutěže

parent f307959e
No related branches found
No related tags found
1 merge request!81Generování protokolů a zpracování scanů
......@@ -60,6 +60,7 @@
{% if state in [RoundState.grading, RoundState.closed] %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_score') }}'>Výsledky</a>
{% endif %}
<a class="btn btn-default" href='{{ ctx.url_for('org_contest_protocols') }}'>Protokoly</a>
{% if state == RoundState.preparing and round.seq > 1 %}
<a class="btn btn-primary" href='{{ ctx.url_for('org_contest_advance') }}'>Postup z minulého kola</a>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment