diff --git a/rowers/templates/splitworkout.html b/rowers/templates/splitworkout.html index a264f626..0a186a56 100644 --- a/rowers/templates/splitworkout.html +++ b/rowers/templates/splitworkout.html @@ -1,131 +1,77 @@ -{% extends "base.html" %} +{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %}Change Workout {% endblock %} -{% block content %} -
- Please correct the error{{ form.errors|pluralize }} below. -
- {% endif %} - +{% block main %}- Edit -
-- Export - -
-- Advanced -
- Advanced Functionality (More interactive Charts) - --
- -Split your workout in half at the given time using the form above. - Use the chart on - the right to find the point where you want to split.
-Use any of the following formats: -
Warning: If you deselect, "Keep Original", the original workout - cannot be restored afterwards.
- -+
+ +| Date/Time: | {{ workout.startdatetime }} | -|
|---|---|---|
| Distance: | {{ workout.distance }}m | -|
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | -|
| Public link to this workout | -- https://rowsandall.com/rowers/workout/{{ workout.id }} - | - |
| Public link to interactive chart | -- https://rowsandall.com/rowers/workout/{{ workout.id }}/interactiveplot - | - |
Split your workout in half at the given time using the form above. + Use the chart on + the right to find the point where you want to split.
+Use any of the following formats: +
+ Warning: If you deselect, "Keep Original", the original workout + cannot be restored afterwards. +
+