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

@@ -34,11 +34,11 @@
<td>{{ value }}</td>
{% endif %}
{% if key == "id" %}
<td><a href="/rowers/workout/c2import/{{ value }}/">Import</a></td>
<td><a href="/rowers/workout/c2import/{{ value }}/async/">Import</a></td>
{% endif %}
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>