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

    +
  • +

    + 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. +

    +
  • +
  • +
    + {{ searchform }} + +
    +
  • + {% if location %} +
  • +

    Filter courses closest to you

    +

    {% if city %}{{ city }}{% endif %} {{ country_name }}, time zone {{ time_zone }}

    +
  • + All courses + + {% endif %} +
  • + Courses I like +
  • {% if courses %}

    @@ -51,9 +85,9 @@ {% if course in rower.followed_courses.all %} - + {% else %} - + {% endif %} @@ -66,51 +100,13 @@

    No courses found

    {% endif %}
  • -
  • -

    -

    - {{ searchform }} - -
    -

    - {% if location %} -

    - Filter courses closest to you - {{ city }} {{ country_name }} {{ time_zone }} -

    -

    - All courses -

    -

    - Courses I like -

    - {% endif %} -

    +

  • Add Courses -

    - {% if announcements %} -

    What's New?

    - {% for a in announcements %} -
    -
    - {{ a.created }}: - {{ a.announcement|urlize }} -
    -
    - {% endfor %} -

     

    - {% endif %} - -
  • +
  • How-to

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