Private
Public Access
1
0

added trend flex and OTW ranking to team stats

This commit is contained in:
Sander Roosendaal
2017-07-29 10:17:48 +02:00
parent ad87661755
commit 8073c3922b

View File

@@ -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>