Private
Public Access
1
0

pop workoutid in stats

This commit is contained in:
Sander Roosendaal
2017-05-13 18:06:39 +02:00
parent 67023c03dd
commit 341112b6d5

View File

@@ -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(),