diff --git a/rowers/templates/plannedsessionview.html b/rowers/templates/plannedsessionview.html
index f5aa1c88..92fa1897 100644
--- a/rowers/templates/plannedsessionview.html
+++ b/rowers/templates/plannedsessionview.html
@@ -80,12 +80,9 @@
| {{ workout.date|date:"Y-m-d" }} |
-
+
+ {{ workout.name }}
+
|
{{ workout.distance }}m |
{{ workout.duration |durationprint:"%H:%M:%S.%f" }} |
diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css
index 9dd82684..28aa8f1b 100644
--- a/static/css/rowsandall2.css
+++ b/static/css/rowsandall2.css
@@ -216,6 +216,11 @@ th.rotate > div > span {
.tooltip {
position: relative;
display: inline-block;
+ color: #000;
+}
+
+.tooltip a {
+ color: black;
}
.tooltip .tooltiptext {