does Alternative OTE ranking
added an OTE ranking piece calculator based on manually added ranking instead of automatically detected ranking
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
Analyse power vs piece duration to make predictions.
|
||||
Analyse power vs piece duration to make predictions. For On-The-Water rowing.
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid_2">
|
||||
@@ -120,6 +120,20 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid_6 prefix_6 alpha">
|
||||
<div class="grid_2 suffix_4 alpha">
|
||||
<p>
|
||||
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
|
||||
<a class="button blue small" href="/rowers/ote-ranking">OTE Ranking Pieces</a>
|
||||
{% else %}
|
||||
<a class="button blue small" href="/rowers/promembership">OTE Ranking Pieces</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
Analyse power vs piece duration to make predictions, for erg pieces.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -196,8 +196,8 @@
|
||||
minutes
|
||||
</div>
|
||||
<div class="grid_2 omega">
|
||||
<input name="piece" class="button green"
|
||||
formaction="/rowers/{{ id }}/otw-bests/{{ startdate|date:"Y-m-d" }}/{{ enddate|date:"Y-m-d" }}"
|
||||
<input name="piece" class="button green"
|
||||
action=""
|
||||
type="submit" value="Add">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user