hrefs added trailing slashes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user