removing unencoded links to workout from templates
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="/rowers/workout/{{ workout.id }}/wind">Set wind strength and direction</a>
|
||||
<a href="/rowers/workout/{{ workout.id|encode }}/wind">Set wind strength and direction</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="/rowers/workout/{{ workout.id }}/stream">
|
||||
<a href="/rowers/workout/{{ workout.id|encode }}/stream">
|
||||
Set river stream strength
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user