pop workoutid in stats
This commit is contained in:
@@ -4113,7 +4113,8 @@ def workout_stats_view(request,id=0,message="",successmessage=""):
|
||||
|
||||
fieldlist,fielddict = dataprep.getstatsfields()
|
||||
fielddict.pop('workoutstate')
|
||||
|
||||
fielddict.pop('workoutid')
|
||||
|
||||
for field,verbosename in fielddict.iteritems():
|
||||
thedict = {
|
||||
'mean':datadf[field].mean(),
|
||||
|
||||
Reference in New Issue
Block a user