working predictions and fit type
This commit is contained in:
20
rowers/templates/otwcp.html
Normal file
20
rowers/templates/otwcp.html
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
{{ the_div|safe }}
|
||||
<p>
|
||||
<table width="100%" class="listtable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> Duration</th>
|
||||
<th> Power Estimate 1</th>
|
||||
<th> Power Estimate 2</th>
|
||||
<tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{ duration }}</td>
|
||||
<td>{{ power }}</td>
|
||||
<td>{{ upper }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</p>
|
||||
Reference in New Issue
Block a user