Merge branch 'release/v12.25'
This commit is contained in:
@@ -4707,6 +4707,7 @@ def history_view(request,userid=0):
|
|||||||
|
|
||||||
|
|
||||||
totalmeters,totalhours, totalminutes = get_totals(g_workouts)
|
totalmeters,totalhours, totalminutes = get_totals(g_workouts)
|
||||||
|
totalminutes = "{totalminutes:02d}".format(totalminutes=totalminutes)
|
||||||
|
|
||||||
# meters, duration per workout type
|
# meters, duration per workout type
|
||||||
wtypes = list(set([w.workouttype for w in g_workouts]))
|
wtypes = list(set([w.workouttype for w in g_workouts]))
|
||||||
|
|||||||
Reference in New Issue
Block a user