Private
Public Access
1
0
This commit is contained in:
2025-01-08 08:00:41 +01:00
parent 4d15860269
commit 2254d87452
2 changed files with 10 additions and 1 deletions

9
\ Normal file
View 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
#

View File

@@ -1394,7 +1394,7 @@ def course_mapcompare_view(request, id=0):
startenddict[result.workoutid] = (result.startsecond, result.endsecond)
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 = []