Skip to content
Snippets Groups Projects

user_contest.html: Přesunutí informece o formátu odevzdávání

Merged Jiří Kalvoda requested to merge jk/issue-222 into devel
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -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 %}
Loading