Private
Public Access
1
0

adding steps to workout view

This commit is contained in:
Sander Roosendaal
2021-02-13 19:58:39 +01:00
parent 5c5000a7b4
commit 08cd56cba1
3 changed files with 21 additions and 1 deletions

View File

@@ -39,6 +39,10 @@
{% endfor %}
{% endfor %}
</table>
{% if steps %}
<h2>Steps</h2>
<p>{{ steps|safe }}</p>
{% endif %}
</li>
<li class="grid_2">
{% if plannedsession.sessiontype == 'test' or plannedsession.sessiontype == 'coursetest' or plannedsession.sessiontype == 'fastest_distance' or plannedsession.sessiontype == 'fastest_time' %}