fix #607
This commit is contained in:
@@ -21,11 +21,11 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% if workout|previousworkout:rower.user %}
|
{% if workout|previousworkout:rower.user %}
|
||||||
<a href="/rowers/workout/{{ workout|previousworkout:rower.user }}/flexchart/"
|
<a href="/rowers/workout/{{ workout|previousworkout:rower.user }}/flexchartstacked/"
|
||||||
title="Jump to preceding workout"><em>Previous</em></a>
|
title="Jump to preceding workout"><em>Previous</em></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if workout|nextworkout:rower.user %}
|
{% if workout|nextworkout:rower.user %}
|
||||||
<a href="/rowers/workout/{{ workout|nextworkout:rower.user }}/flexchart/"
|
<a href="/rowers/workout/{{ workout|nextworkout:rower.user }}/flexchartstacked/"
|
||||||
title="Jump to following workout"><em>Next</em></a>
|
title="Jump to following workout"><em>Next</em></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user