force curve, comments, edit
This commit is contained in:
@@ -167,7 +167,6 @@ xo
|
||||
<th> Max HR </th>
|
||||
{% if not team %}
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
{% else %}
|
||||
<th colspan="2">
|
||||
Owner
|
||||
@@ -216,11 +215,7 @@ xo
|
||||
<td> {{ workout.duration |durationprint:"%H:%M:%S.%f" }} </td>
|
||||
<td> {{ workout.averagehr }} </td>
|
||||
<td> {{ workout.maxhr }} </td>
|
||||
{% if not team %}
|
||||
<td>
|
||||
<a class="small" href="/rowers/workout/{{ workout.id }}/export">Export</a>
|
||||
</td>
|
||||
{% else %}
|
||||
{% if team %}
|
||||
<td colspan="2">
|
||||
<a class="small" href="/rowers/{{ workout.user.id }}/list-workouts">
|
||||
{{ workout.user.user.first_name }}
|
||||
|
||||
Reference in New Issue
Block a user