From ad730d4049c3f0c95058ccae04459fa832ab424a Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 29 Aug 2017 18:04:10 +0200 Subject: [PATCH] histo now also OTW --- rowers/templates/histo.html | 153 ++++++++++++++++++++++++------------ rowers/views.py | 121 ++++++++++++++++++++++++++-- 2 files changed, 220 insertions(+), 54 deletions(-) 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 }} + +