diff --git a/templates/workout_view.html b/templates/workout_view.html
index 0005b60..3f054d9 100644
--- a/templates/workout_view.html
+++ b/templates/workout_view.html
@@ -1,8 +1,8 @@
-
{% for graph_type in graph_types %}
diff --git a/templates/workouts_list.html b/templates/workouts_list.html
index c4ff3e0..7b00068 100644
--- a/templates/workouts_list.html
+++ b/templates/workouts_list.html
@@ -19,15 +19,7 @@
-
-
+
{% with workout=w, graph_types=['speed'] %}
{% include 'workout_view.html' %}
{% endwith %}