diff --git a/rowers/templates/summary_edit.html b/rowers/templates/summary_edit.html index 21fb9bc5..13e6f8c7 100644 --- a/rowers/templates/summary_edit.html +++ b/rowers/templates/summary_edit.html @@ -41,24 +41,60 @@ title="Jump to following workout">Next {% endif %}
++
| Name | {{ workout.name }} | +|
|---|---|---|
| Distance: | {{ workout.distance }}m | +|
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | +|
| Public link to this workout | ++ https://rowsandall.com/rowers/workout/{{ workout.id|encode }} + | + |
| Name | {{ workout.name }} | -|
|---|---|---|
| Distance: | {{ workout.distance }}m | -|
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | -|
| Public link to this workout | -- https://rowsandall.com/rowers/workout/{{ workout.id|encode }} - | - |
+
+ {{ intervalstats }}
+
+
+ This new, experimental feature tries to find intervals by looking for patterns in the data. It does not autodetect rest and work intervals yet. The resulting "interval string" is copied to the Interval Shorthand @@ -72,6 +108,8 @@
+See the how-to at the bottom of this page for details on how to use this form. @@ -83,6 +121,8 @@ {% csrf_token %} +
With this form, you can specify a power or pace level. Everything faster/harder than the @@ -105,40 +145,6 @@
-
- {{ intervalstats }}
-
-
- This is a quick way to enter the intervals using a special mini-language.