Private
Public Access
1
0

c2 import to async

This commit is contained in:
Sander Roosendaal
2021-05-20 19:55:11 +02:00
parent 668992d27a
commit affc306b18
4 changed files with 45 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
{% for workout in workouts %}
<tr>
<td>
<a href="/rowers/workout/c2import/{{ workout|lookup:'id' }}/">Import</a></td>
<a href="/rowers/workout/c2import/{{ workout|lookup:'id' }}/async/">Import</a></td>
<td>{{ workout|lookup:'starttime' }}</td>
<td>{{ workout|lookup:'duration' }}</td>
<td>{{ workout|lookup:'distance' }}</td>
@@ -58,7 +58,7 @@
{{ workout|lookup:'new' }}
</td>
</tr>
{% endfor %}
</tbody>
</table>