Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Closed Martin Mareš requested to merge devel into master
Compare and Show latest version
4 files
+ 5
21
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
2
@@ -3,7 +3,7 @@
<h2>{{ contest.round.name }} {{ contest.round.year }}. ročníku kategorie {{ contest.round.category }}</h2>
<h2>{{ contest.place.name }}</h2>
<p>FIXME: Uvést stav contestu
<p>FIXME: Uvést stav contestu. Uvést deadline a vysvětlit její význam.
<h3>Úlohy</h3>
@@ -30,7 +30,7 @@
<td>{{ sol.points if sol.points != None else '–' }}
{% else %}
<td>
{% if contest.round.user_submit_allowed(when) %}
{% if contest.round.state == db.RoundState.running %}
<a class='btn btn-xs btn-success' href='{{ url_for('user_contest_task', contest_id=contest.contest_id, task_id=task.task_id) }}'>Odevzdat</a>
{% endif %}
{% endif %}
Loading