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