diff --git a/rowers/templates/list_courses.html b/rowers/templates/list_courses.html index dd60279f..ba0d2758 100644 --- a/rowers/templates/list_courses.html +++ b/rowers/templates/list_courses.html @@ -18,6 +18,40 @@
+ Courses allow you to mark the start & finish lines of your + test pieces and measure the time spent on the course (as opposed + to the total duration of a workout). This allows you to row and rank + marked courses. +
++ Rowsandall courses are compatible with Google Earth and with + CrewNerd. You can create + and alter courses in Google Earth, and if you have CrewNerd and + a Rowsandall account, you can easily synchronize your courses between + the two applications, allowing you to use CrewNerd to get in-boat information + about the course. +
+{% if city %}{{ city }}{% endif %} {{ country_name }}, time zone {{ time_zone }}
+@@ -51,9 +85,9 @@
No courses found
{% endif %} --
- - {% if location %} -- Filter courses closest to you - {{ city }} {{ country_name }} {{ time_zone }} -
-- All courses -
-- Courses I like -
- {% endif %} -+
- {% endif %} - -
- Courses allow you to mark the start & finish lines of your - test pieces and measure the time spent on the course (as opposed - to the total duration of a workout). This allows you to row and rank - marked courses. To create a course, you use Google Earth to mark the start and finish lines using polygons. The process is identical @@ -160,17 +156,25 @@