{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workouts{% endblock %} {% block main %}
Adding sensor data from workout {{ workout2.id|encode }} into workout {{ workout1.id|encode }}. This will create a new workout. After you submit the form, you will be taken to the newly created workout. If you are happy with the result, you can delete the two original workouts manually.
Workout 1: {{ workout1.name }}
Workout 2: {{ workout2.name }}
Please select the columns from workout 2 that you want to replace the equivalent columns in workout 1.