Private
Public Access
1
0

moved power progress out of labs and training targets in

This commit is contained in:
Sander Roosendaal
2018-09-08 12:40:02 +02:00
parent 47eed84479
commit 33c7db5ffc
2 changed files with 16 additions and 4 deletions

View File

@@ -24,13 +24,13 @@
<div class="grid_2 alpha">
<p>
{% if user|is_planmember %}
<a class="button blue small" href="/rowers/fitness-progress">Power Progress</a>
<a class="button blue small" href="/rowers/createplan">Training Target</a>
{% else %}
<a class="button blue small" href="/rowers/promembership">Power Progress</a>
<a class="button blue small" href="/rowers/promembership">Training Target</a>
{% endif %}
</p>
<p>
Monitoring power duration evidence from all your workouts. Feel free to explore.
Experiments with a training target and plan builder
</p>
</div>
</div>