diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 6f981ec3..8f159808 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -89,11 +89,19 @@
{% if workout.name != '' %}

+ {{ workout.name }} +

{% else %}

+ No Name +

{% endif %}