show race interval as work interval in details
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
<tr>
|
||||
<td>{{ forloop.counter }}</td>
|
||||
<td>
|
||||
<a href="/rowers/workout/{{ result.workoutid|encode }}">
|
||||
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
|
||||
{{ result.username }}</a></td>
|
||||
<td>{{ result.teamname }}</td>
|
||||
<td>{{ result.age }}</td>
|
||||
@@ -302,7 +302,7 @@
|
||||
<td>{{ result.duration |durationprint:"%H:%M:%S.%f" }}</td>
|
||||
<td>{{ result.distance }} m</td>
|
||||
<td>
|
||||
<a href="/rowers/workout/{{ result.workoutid|encode }}">
|
||||
<a href="/rowers/workout/{{ result.workoutid|encode }}/view/entry/{{ result.id }}/">
|
||||
Details</a></td>
|
||||
<td>
|
||||
{% if race.manager == request.user and not race|is_final %}
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
<p>
|
||||
<pre>
|
||||
{{ workout.summary }}
|
||||
{{ summary }}
|
||||
</pre>
|
||||
</p>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user