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> </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>