fixes
This commit is contained in:
22
rowers/templates/panel_empower.html
Normal file
22
rowers/templates/panel_empower.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{% load rowerfilters %}
|
||||
{% load tz %}
|
||||
<ul class="main-content">
|
||||
<li class="grid_2">
|
||||
<table width=100%>
|
||||
<tr>
|
||||
{% localtime on %}
|
||||
<th>Seat Number:</th><td>{{ workout.seatnumber}}</td>
|
||||
{% endlocaltime %}
|
||||
</tr><tr>
|
||||
<th>Empower side:</th><td>{{ workout.empowerside }}</td>
|
||||
</tr><tr>
|
||||
<th>Boat name:</th><td>{{ workout.boatname }}</td>
|
||||
</tr><tr>
|
||||
<th>Oar length:</th><td>{{ workout.oarlength }}</td>
|
||||
</tr><tr>
|
||||
<th>Oar inboard:</th><td>{{ workout.inboard }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user