{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% load tz %} {% block title %}Change Workout {% endblock %} {% block content %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %}
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 |