fix
This commit is contained in:
@@ -2010,7 +2010,7 @@ def workouts_view(request,message='',successmessage='',
|
||||
g_enddate,
|
||||
stack=stack)
|
||||
|
||||
totalmeters,totalhours, totalminutes = get_totals(g_workouts)
|
||||
totalmeters,totalhours, totalminutes,total_seconds = get_totals(g_workouts)
|
||||
totalminutes = '{totalminutes:02d}'.format(totalminutes=totalminutes)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user