diff --git a/rowers/templates/list_courses.html b/rowers/templates/list_courses.html index ba0d2758..8fd12901 100644 --- a/rowers/templates/list_courses.html +++ b/rowers/templates/list_courses.html @@ -11,6 +11,9 @@ #mypointer { cursor: pointer; } + tr:hover { + background-color: #f5f5f5; + } @@ -58,15 +61,18 @@
{% csrf_token %} - + Click on a column header to sort the table. +
- - - - - + + + + + {% if not user.is_anonymous %} + + {% endif %} @@ -83,6 +89,7 @@ + {% if not user.is_anonymous %} + {% endif %} {% endfor %} @@ -210,9 +218,41 @@ }); + + - - {% endblock %} {% block sidebar %}
Download Country Name Distance Updated on Like Country Name Distance Updated on Like
{{ course.updated|date:"Y-m-d" }} {% if course in rower.followed_courses.all %} @@ -90,6 +97,7 @@ {% endif %}