fix
This commit is contained in:
@@ -2266,7 +2266,6 @@ def workouts_view(request, message='', successmessage='',
|
|||||||
|
|
||||||
if not r.show_commutes:
|
if not r.show_commutes:
|
||||||
workouts = workouts.exclude(is_commute=True)
|
workouts = workouts.exclude(is_commute=True)
|
||||||
g_workouts = g_workouts.exclude(is_commute=True)
|
|
||||||
|
|
||||||
workoutsnohr = workouts.exclude(averagehr__isnull=False)
|
workoutsnohr = workouts.exclude(averagehr__isnull=False)
|
||||||
for w in workoutsnohr: # pragma: no cover
|
for w in workoutsnohr: # pragma: no cover
|
||||||
|
|||||||
Reference in New Issue
Block a user