removing unencoded links to workout from templates
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<p>
|
||||
<a class="button gray small" href="/rowers/workout/{{ workout.id }}/stats">Workout Stats</a>
|
||||
<a class="button gray small" href="/rowers/workout/{{ workout.id|encode }}/stats">Workout Stats</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user