Private
Public Access
1
0

bug fix points score

This commit is contained in:
Sander Roosendaal
2020-07-11 20:42:17 +02:00
parent 6372da689c
commit f893ad7626
3 changed files with 10 additions and 3 deletions

View File

@@ -94,7 +94,7 @@
<tbody>
{% if race.sessiontype == 'race' %}
<tr>
<th>Course</th><td>{{ race.course }}</td>
<th>Course</th><td><a href="/rowers/courses/{{ race.course.id }}">{{ race.course }}</a></td>
</tr>
{% else %}
<tr>