Tabulky řešení
Compare changes
+ 12
− 12
@@ -16,7 +16,7 @@
@@ -16,7 +16,7 @@
<tr><td>Oblast<td><a href='{{ url_for('org_place', id=contest.place.place_id) }}'>{{ contest.place.name }}</a>
<tr><td>Soutěžní místo</td><td><a href='{{ url_for('org_place', id=site.place_id) }}'>{{ site.name }}</a></td></tr>
@@ -35,12 +35,12 @@
@@ -35,12 +35,12 @@
<td><a href="{{ url_for('org_contest', id=contest.contest_id, site_id=place.place_id) }}">{{ place.name }}</a></td>
@@ -54,17 +54,17 @@
@@ -54,17 +54,17 @@
<a class="btn btn-xs btn-primary" href="{{ url_for('org_contest_task_submits', contest_id=contest.contest_id, task_id=task.task_id, site_id=site_id) }}">Odevzdaná řešení</a>
@@ -73,7 +73,7 @@
@@ -73,7 +73,7 @@