hrefs added trailing slashes
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
{% block main %}
|
||||
<p>
|
||||
{% if workout|previousworkout:rower.user %}
|
||||
<a href="/rowers/workout/{{ workout|previousworkout:rower.user }}/editintervals"
|
||||
<a href="/rowers/workout/{{ workout|previousworkout:rower.user }}/editintervals/"
|
||||
title="Jump to preceding workout"><em>Previous</em></a>
|
||||
{% endif %}
|
||||
{% if workout|nextworkout:rower.user %}
|
||||
<a href="/rowers/workout/{{ workout|nextworkout:rower.user }}/editintervals"
|
||||
<a href="/rowers/workout/{{ workout|nextworkout:rower.user }}/editintervals/"
|
||||
title="Jump to following workout"><em>Next</em></a>
|
||||
{% endif %}
|
||||
</p>
|
||||
@@ -30,7 +30,7 @@
|
||||
</tr><tr>
|
||||
<th>Public link to this workout</th>
|
||||
<td>
|
||||
<a href="/rowers/workout/{{ workout.id }}">https://rowsandall.com/rowers/workout/{{ workout.id }}</a>
|
||||
<a href="/rowers/workout/{{ workout.id }}/">https://rowsandall.com/rowers/workout/{{ workout.id }}</a>
|
||||
<td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -89,7 +89,7 @@
|
||||
<span>
|
||||
<a href="">Reset to last saved</a>
|
||||
|
||||
<a href="/rowers/workout/{{ workout.id }}/restore">Restore Original data</a>
|
||||
<a href="/rowers/workout/{{ workout.id }}/restore/">Restore Original data</a>
|
||||
</span>
|
||||
</form>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user