diff --git a/rowers/templates/comparison_list.html b/rowers/templates/comparison_list.html
index 9db40a2a..08910d38 100644
--- a/rowers/templates/comparison_list.html
+++ b/rowers/templates/comparison_list.html
@@ -6,8 +6,7 @@
{% block content %}
-
-
+
Workout {{ id }}
@@ -30,13 +29,34 @@
| Weight Category: | {{ workout.weightcategory }} |
-
+
+
+
+ Select start and end date for a date range:
+
+
+
+
+
+
@@ -85,7 +105,7 @@
{% if workouts.has_previous %}
- <
+ <
{% endif %}
@@ -93,7 +113,7 @@
{% if workouts.has_next %}
- >
+ >
{% endif %}
diff --git a/rowers/templates/histo.html b/rowers/templates/histo.html
index e0236ded..8fa50f6f 100644
--- a/rowers/templates/histo.html
+++ b/rowers/templates/histo.html
@@ -82,4 +82,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html
index 31c1ce88..d3cf848e 100644
--- a/rowers/templates/list_workouts.html
+++ b/rowers/templates/list_workouts.html
@@ -6,6 +6,23 @@
{% block content %}
+
+ Select start and end date for a date range:
+
+
+
+
+
+
+
My Workouts
{% if workouts %}
@@ -53,19 +70,19 @@
{% endif %}