Private
Public Access
1
0

changing nk import to async

This commit is contained in:
Sander Roosendaal
2021-04-21 08:28:09 +02:00
parent 0cbce4df9f
commit c278f7b900
4 changed files with 426 additions and 217 deletions

View File

@@ -33,7 +33,7 @@
{% for workout in workouts %}
<tr>
<td>
<a href="/rowers/workout/nkimport/{{ workout|lookup:'id' }}/">Import</a></td>
<a href="/rowers/workout/nkimport/{{ workout|lookup:'id' }}/async/">Import</a></td>
<td>{{ workout|lookuplong:'name' }}</td>
<td class="block" style="width:auto">{{ workout|lookuplong:'starttime' }}</td>
<td>{{ workout|lookup:'duration' }} </td>