Private
Public Access
1
0

design of new page

This commit is contained in:
Sander Roosendaal
2021-10-14 08:40:54 +02:00
parent eb86364434
commit a08f7ff122

View File

@@ -48,8 +48,8 @@
</li>
{% endif %}
{% if courses %}
<li>
<h1>Interval by Course</h1>
<li class="grid_4">
<h2>Add a course</h2>
<p>
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
@@ -74,6 +74,7 @@
</li>
{% endif %}
<li class="grid_2">
<h2>Workout Summary</h2>
<table width=100%>
<tr>
<th>Rower:</th><td>{{ first_name }} {{ last_name }}</td>