Private
Public Access
1
0

show Flex Chart notes on Flex Chart page

This commit is contained in:
Sander Roosendaal
2017-10-25 17:44:06 +02:00
parent ae520e346f
commit 6a4eb4583c
4 changed files with 23 additions and 38 deletions

View File

@@ -189,7 +189,12 @@
{% else %}
<a class="button blue small" href="/rowers/workout/{{ id }}/flexchart?favoritechart=0">&gt</a>
{% endif %}
</div>
</div>
{% if favoritechartnotes %}
<div class="grid_12 alpha">
<p>{{ favoritechartnotes }}</p>
</div>
{% endif %}
</div>
{% endblock %}