Private
Public Access
1
0

power zones

This commit is contained in:
Sander Roosendaal
2016-11-09 00:00:13 +01:00
parent 48044108b2
commit cde106bb19
6 changed files with 62 additions and 11 deletions

View File

@@ -86,6 +86,13 @@
<a class="button blue small" href="/rowers/workout/{{ workout.id }}/addpiechart">Add Pie Chart</a>
</p>
</div>
<div class="grid_6 alpha">
<div class="grid_2 prefix_4 alpha">
<p>
<a class="button blue small" href="/rowers/workout/{{ workout.id }}/addpowerpiechart">Power Pie Chart</a>
</p>
</div>
<div class="grid_6">
<p>Generating images takes roughly 1 second per minute
of your workout's duration. Please reload after a minute or so.</p>
@@ -218,4 +225,4 @@
{{ gmdiv|safe }}
</div>
{% endblock %}
{% endblock %}