Private
Public Access
1
0

adding course compare and course mapcompare, still need to add onlyme option

This commit is contained in:
Sander Roosendaal
2021-10-14 18:35:54 +02:00
parent 806d34b2d2
commit 09a6fbcdbb
3 changed files with 276 additions and 0 deletions

View File

@@ -46,6 +46,13 @@
{% if records %}
<li class="grid_4">
<h2>Course Results</h2>
<p>
<a href="/rowers/courses/{{ course.id }}/compare/"
title="Compare the workouts on this course"><i class="fas fa-chart-line fa-fw"></i></a>
<a href="/rowers/courses/{{ course.id }}/mapcompare/"
title="Compare the courses"><i class="fas fa-route fa-fw"></i></a>
</p>
<p>
<table class="listtable shortpadded">
<thead>
<tr>
@@ -88,6 +95,7 @@
{% endfor %}
</tbody>
</table>
</p>
</li>
{% if form %}
<li class="grid_4">