fix
This commit is contained in:
@@ -1427,9 +1427,9 @@ def performancemanager_view(request, userid=0, mode='rower',
|
||||
|
||||
script = ''
|
||||
thediv = 'Submit form to create chart'
|
||||
endfitness = 0
|
||||
endfatigue = 0
|
||||
endform = 0
|
||||
endfitness = therower.actualfit
|
||||
endfatigue = therower.actualfatigue
|
||||
endform = endfitness-endfatigue
|
||||
ids = []
|
||||
|
||||
if request.method == 'POST':
|
||||
|
||||
Reference in New Issue
Block a user