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

@@ -47,7 +47,7 @@
{% if records %}
{% for record in records %}
<p>
This workout was a race. See race result here:
This workout was run as a virtual challenge. See challenge result here:
<a href="/rowers/virtualevent/{{ record.race.id }}/">{{ record.race.name }}</a>
</p>
{% endfor %}
@@ -55,7 +55,7 @@
{% if recordsindoor %}
{% for record in recordsindoor %}
<p>
This workout was a race. See race result here:
This workout was as a virtual challenge. See challenge result here:
<a href="/rowers/virtualevent/{{ record.race.id }}/">{{ record.race.name }}</a>
</p>
{% endfor %}