adding functionality to make it easier to do timed courses
This commit is contained in:
@@ -213,6 +213,18 @@
|
||||
</div>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if suggested_courses %}
|
||||
<li>
|
||||
<h2>Suggested Measured Courses</h2>
|
||||
{% for course in suggested_courses %}
|
||||
<p>
|
||||
{{ course }}
|
||||
<br /><a href="/rowers/courses/{{ course.id }}/workout/{{ workout.id|encode }}/" target="_">See course</a>
|
||||
<br /><a href="/rowers/workout/{{ workout.id|encode }}/submit/{{ course.id }}/">Measure time on course</a>
|
||||
</p>
|
||||
{% endfor %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% for graph in graphs %}
|
||||
<li>
|
||||
<a href="/rowers/graph/{{ graph.id }}/">
|
||||
|
||||
Reference in New Issue
Block a user