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
8 files
+ 21
26
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -12,7 +12,7 @@
<tr><td>Název<td>{{ contest.round.name }}
<tr><td>Oblast<td><a href='{{ url_for('org_place', id=contest.place.place_id) }}'>{{ contest.place.name }}</a>
<tr><td>Stav<td class='rstate-{{contest.round.state.name}}'>{{ contest.round.state.friendly_name() }}
<tr><td>Začátek odevzdávání<td>{{ contest.round.submit_start|timeformat }}
<tr><td>Čas zveřejnění úloh<td>{{ contest.round.ct_tasks_start|timeformat }}
<tr><td>Konec pro účastníky<td>{{ contest.round.ct_submit_end|timeformat }}
<tr><td>Konec pro dozor<td>{{ contest.round.pr_submit_end|timeformat }}
</table>
Loading