Private
Public Access
1
0

more replacement of the word race

This commit is contained in:
Sander Roosendaal
2020-05-21 08:10:35 +02:00
parent eab17ef1c4
commit 75ee1fd3ef
13 changed files with 100 additions and 102 deletions

View File

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