diff --git a/rowers/templates/fusion.html b/rowers/templates/fusion.html index d5185cf8..fda02288 100644 --- a/rowers/templates/fusion.html +++ b/rowers/templates/fusion.html @@ -25,7 +25,7 @@
- Adding sensor data from workout {{ workout2.id }} into workout {{ workout1.id }}. + 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. diff --git a/rowers/templates/fusion_list.html b/rowers/templates/fusion_list.html index 84cb64d5..159b9003 100644 --- a/rowers/templates/fusion_list.html +++ b/rowers/templates/fusion_list.html @@ -41,7 +41,7 @@