Private
Public Access
1
0

improved race uploading

This commit is contained in:
Sander Roosendaal
2018-12-09 11:17:20 +01:00
parent d3866f2dec
commit 1e8ba12d12
4 changed files with 25 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ $('#id_workouttype').change();
<h1>Racing</h1>
{% for race in indoorraces %}
<p>
<a href="/rowers/virtualevent/{{ race.id }}/submit">Submit this to Indoor Race {{ race.name }}</a>
<a href="/rowers/virtualevent/{{ race.id }}/submit/{{ workout.id }}">Submit this to Indoor Race {{ race.name }}</a>
</p>
{% endfor %}
</li>