added trend flex and OTW ranking to team stats
This commit is contained in:
@@ -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