diff --git a/rowers/templates/histo.html b/rowers/templates/histo.html
index fe9b1024..11fd08eb 100644
--- a/rowers/templates/histo.html
+++ b/rowers/templates/histo.html
@@ -5,15 +5,57 @@
{% block title %}View Workout {% endblock %}
{% block content %}
+
+
-
+
+ // Hide the fields.
+ // Use JS to do this in case the user doesn't have JS
+ // enabled.
- {{ interactiveplot |safe }}
+ hidden.hide();
-
+
+
+
+
+{{ interactiveplot |safe }}
+
+