WIP: Zárodek uživatelské části webu a submitování
Compare changes
+ 41
− 18
@@ -6,28 +6,52 @@
@@ -6,28 +6,52 @@
<h2>{{ round.name }} {{ round.year }}. ročníku kategorie {{ round.category }}: {{ contest.place.name }}</h2>
<p>Můžete si stáhnout <a href='{{ url_for('user_task_statement', id=contest.contest_id) }}'>zadání úloh</a>.
@@ -41,9 +65,8 @@
@@ -41,9 +65,8 @@
@@ -60,13 +83,13 @@
@@ -60,13 +83,13 @@
<a class='btn btn-xs btn-primary' href='{{ url_for('user_contest_task', contest_id=contest.contest_id, task_id=task.task_id) }}'>Odevzdat</a>