Private
Public Access
1
0
This commit is contained in:
2025-10-02 08:03:08 +02:00
parent 38449545e0
commit d642474f75
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -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':