Merge branch 'feature/impeller' into develop
This commit is contained in:
@@ -411,7 +411,7 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
|
||||
summary='',
|
||||
makeprivate=False,
|
||||
oarlength=2.89,inboard=0.88,
|
||||
consistencychecks=True):
|
||||
consistencychecks=False):
|
||||
message = None
|
||||
powerperc = 100*np.array([r.pw_ut2,
|
||||
r.pw_ut1,
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<p>
|
||||
Links to the cumulative statistics pages for your team's members
|
||||
</p>
|
||||
<table width="70%" class="listtable shortpadded">
|
||||
<table width="90%" class="listtable shortpadded">
|
||||
<tbody>
|
||||
{% for u in theusers %}
|
||||
<tr>
|
||||
@@ -21,6 +21,8 @@
|
||||
<td><a href="/rowers/histo/u/{{ u.id }}">Power Histogram</a></td>
|
||||
<td><a href="/rowers/cumstats/u/{{ u.id }}">Stats</a></td>
|
||||
<td><a href="/rowers/user-boxplot-select/user/{{ u.id }}/">Box Chart</a></td>
|
||||
<td><a href="/rowers/{{ u.id }}/otw-bests">OTW Ranking Pieces</a></td>
|
||||
<td><a href="/rowers/user-multiflex-select/user/{{ u.id }}/">Trend Flex</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user