fix
This commit is contained in:
9
\
Normal file
9
\
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
fixing error
|
||||||
|
# Please enter the commit message for your changes. Lines starting
|
||||||
|
# with '#' will be ignored, and an empty message aborts the commit.
|
||||||
|
#
|
||||||
|
# On branch feature/icu_integration
|
||||||
|
# Changes to be committed:
|
||||||
|
# modified: rowers/tests/testdata/testdata.tcx.gz
|
||||||
|
# modified: rowers/views/workoutviews.py
|
||||||
|
#
|
||||||
@@ -1394,7 +1394,7 @@ def course_mapcompare_view(request, id=0):
|
|||||||
startenddict[result.workoutid] = (result.startsecond, result.endsecond)
|
startenddict[result.workoutid] = (result.startsecond, result.endsecond)
|
||||||
|
|
||||||
if len(workoutids) == 0: # pragma: no cover
|
if len(workoutids) == 0: # pragma: no cover
|
||||||
messages.info(request, 'There are no results to display')
|
messages.info(request, 'There are no results to display. Perhaps you selected a date range that is not covered by the workouts.')
|
||||||
|
|
||||||
|
|
||||||
workouts = []
|
workouts = []
|
||||||
|
|||||||
Reference in New Issue
Block a user