Private
Public Access
1
0

hrefs added trailing slashes

This commit is contained in:
Sander Roosendaal
2019-01-09 22:21:28 +01:00
parent a7af332db6
commit c454df269e
42 changed files with 3438 additions and 319 deletions

View File

@@ -42,7 +42,7 @@
{% for record in records %}
<p>
This workout was a race. See race result here:
<a href="/rowers/virtualevent/{{ record.race.id }}">{{ record.race.name }}</a>
<a href="/rowers/virtualevent/{{ record.race.id }}/">{{ record.race.name }}</a>
</p>
{% endfor %}
{% endif %}
@@ -50,7 +50,7 @@
{% for record in recordsindoor %}
<p>
This workout was a race. See race result here:
<a href="/rowers/virtualevent/{{ record.race.id }}">{{ record.race.name }}</a>
<a href="/rowers/virtualevent/{{ record.race.id }}/">{{ record.race.name }}</a>
</p>
{% endfor %}
{% endif %}
@@ -94,7 +94,7 @@
<tr>
<th>Comments</th>
<td>
<a href="/rowers/workout/{{ workout.id }}/comment">Comment ({{ aantalcomments }})</a>
<a href="/rowers/workout/{{ workout.id }}/comment/">Comment ({{ aantalcomments }})</a>
</td>
</tr>
{% endif %}