diff --git a/rowers/tests/testdata/testdata.tcx.gz b/rowers/tests/testdata/testdata.tcx.gz index 7c4266ea..6a09e1d6 100644 Binary files a/rowers/tests/testdata/testdata.tcx.gz and b/rowers/tests/testdata/testdata.tcx.gz differ diff --git a/rowers/views/planviews.py b/rowers/views/planviews.py index 5ea72dbb..b88d29a5 100644 --- a/rowers/views/planviews.py +++ b/rowers/views/planviews.py @@ -2518,6 +2518,7 @@ def plannedsession_view(request, id=0, userid=0): plannedsession=ps).order_by("created") steps = '' + steps_intervals = '' if ps.steps: # pragma: no cover d = ps.steps steps = ps_dict_get_description_html(d, short=False)