fix
This commit is contained in:
@@ -1576,7 +1576,10 @@ def performancemanager_view(request,userid=0,mode='rower',
|
||||
therower.showfatigue = dofatigue
|
||||
therower.save()
|
||||
else:
|
||||
form = PerformanceManagerForm()
|
||||
form = PerformanceManagerForm(initial={
|
||||
'doform':doform,
|
||||
'dofatigue':dofatigue,
|
||||
})
|
||||
|
||||
script, thediv, endfitness, endfatigue, endform = performance_chart(
|
||||
theuser,startdate=startdate,enddate=enddate,
|
||||
|
||||
Reference in New Issue
Block a user