design of new page
This commit is contained in:
@@ -48,8 +48,8 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if courses %}
|
{% if courses %}
|
||||||
<li>
|
<li class="grid_4">
|
||||||
<h1>Interval by Course</h1>
|
<h2>Add a course</h2>
|
||||||
<p>
|
<p>
|
||||||
This functionality allows you to record a time on a set course that you've rowed during the workout.
|
This functionality allows you to record a time on a set course that you've rowed during the workout.
|
||||||
The summary will be updated to show time on course, and you can compare this with other
|
The summary will be updated to show time on course, and you can compare this with other
|
||||||
@@ -74,6 +74,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li class="grid_2">
|
<li class="grid_2">
|
||||||
|
<h2>Workout Summary</h2>
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Rower:</th><td>{{ first_name }} {{ last_name }}</td>
|
<th>Rower:</th><td>{{ first_name }} {{ last_name }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user