Private
Public Access
1
0

added workflow view

This commit is contained in:
Sander Roosendaal
2017-10-13 14:10:53 +02:00
parent e806089ef7
commit 5ab1152825
9 changed files with 161 additions and 64 deletions

View File

@@ -0,0 +1,11 @@
{% for chart in charts %}
<div class="grid_3 alpha">
<h4>{{ forloop.counter }}</h4>
<div class="grid_3 tooltip">
<a href="/rowers/workout/{{ workout.id }}/flexchart?favoritechart={{ forloop.counter |add:"-1" }}">
{{ chart.div | safe }}
</a>
<span class="tooltiptext">{{ chart.notes }}</span>
</div>
</div>
{% endfor %}