fixing small omission
This commit is contained in:
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
@@ -2518,6 +2518,7 @@ def plannedsession_view(request, id=0, userid=0):
|
|||||||
plannedsession=ps).order_by("created")
|
plannedsession=ps).order_by("created")
|
||||||
|
|
||||||
steps = ''
|
steps = ''
|
||||||
|
steps_intervals = ''
|
||||||
if ps.steps: # pragma: no cover
|
if ps.steps: # pragma: no cover
|
||||||
d = ps.steps
|
d = ps.steps
|
||||||
steps = ps_dict_get_description_html(d, short=False)
|
steps = ps_dict_get_description_html(d, short=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user