Skip to content
Snippets Groups Projects
Commit 9615126d authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Permanentní zobrazení tlačítka podrobnosti o kole

Na stránku kola mohou účastníci kliknout už při stavu "připravuje se",
protože se takto mohou podívat na podrobnosti o kole.

Closes #222
parent dd54f251
Branches
No related tags found
1 merge request!84user_contest.html: Přesunutí informece o formátu odevzdávání
......@@ -25,7 +25,6 @@
{% if contest.ct_task_statement_available() %}
<a class='btn btn-xs btn-success' href='{{ url_for('user_task_statement', id=contest.contest_id) }}'>Zadání</a>
{% endif %}
{% if state != RoundState.preparing %}
<a class='btn btn-xs btn-primary' href='{{ url_for('user_contest', id=contest.contest_id) }}'>
{% if state == RoundState.running %}
Odevzdat řešení
......@@ -37,7 +36,6 @@
Detail kola
{% endif %}
</a>
{% endif %}
{% endfor %}
</table>
{% else %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment