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")
|
||||
|
||||
steps = ''
|
||||
steps_intervals = ''
|
||||
if ps.steps: # pragma: no cover
|
||||
d = ps.steps
|
||||
steps = ps_dict_get_description_html(d, short=False)
|
||||
|
||||
Reference in New Issue
Block a user