Merge tag 'v5.46' into develop
cosmetic improvements renamed OTE and OTW Ranking PIeces on the PRO side of the Analysis page to OTE and OTW Critical Power
This commit is contained in:
@@ -91,9 +91,9 @@
|
||||
<div class="grid_2 alpha">
|
||||
<p>
|
||||
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
|
||||
<a class="button blue small" href="/rowers/otw-bests">OTW Ranking Pieces</a>
|
||||
<a class="button blue small" href="/rowers/otw-bests">OTW Critical Power</a>
|
||||
{% else %}
|
||||
<a class="button blue small" href="/rowers/promembership">OTW Ranking Pieces</a>
|
||||
<a class="button blue small" href="/rowers/promembership">OTW Critical Power</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
@@ -129,9 +129,9 @@
|
||||
<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>
|
||||
<a class="button blue small" href="/rowers/ote-ranking">OTE Critical Power</a>
|
||||
{% else %}
|
||||
<a class="button blue small" href="/rowers/promembership">OTE Ranking Pieces</a>
|
||||
<a class="button blue small" href="/rowers/promembership">OTE Critical Power</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>
|
||||
|
||||
@@ -3162,6 +3162,7 @@ def addmanual_view(request):
|
||||
)
|
||||
|
||||
|
||||
print duration,'aap'
|
||||
id,message = dataprep.create_row_df(r,
|
||||
distance,
|
||||
duration,startdatetime,
|
||||
|
||||
Reference in New Issue
Block a user