Private
Public Access
1
0

adding course length to info

This commit is contained in:
Sander Roosendaal
2018-05-14 13:01:26 +02:00
parent 3502abc118
commit 7434a242aa
3 changed files with 9 additions and 2 deletions

View File

@@ -28,6 +28,7 @@
<tr>
<th> Country</th>
<th> Name</th>
<th> Distance</th>
</tr>
</thead>
<tbody>
@@ -41,6 +42,9 @@
<a href="/rowers/courses/{{ course.id }}">{{ course.name }}</a>
{% endif %}
</td>
<td>
{{ course|courselength }} m
</td>
</tr>