Private
Public Access
1
0

not working

This commit is contained in:
Sander Roosendaal
2019-12-19 12:44:07 +01:00
parent 724720aa39
commit 921e58eef7
5 changed files with 292 additions and 19 deletions

View File

@@ -2624,6 +2624,7 @@ def workout_otwsetpower_view(request,id=0,message="",successmessage=""):
if form.is_valid():
quick_calc = form.cleaned_data['quick_calc']
go_service = form.cleaned_data['go_service']
boattype = form.cleaned_data['boattype']
weightvalue = form.cleaned_data['weightvalue']
w.boattype = boattype
@@ -2669,6 +2670,7 @@ def workout_otwsetpower_view(request,id=0,message="",successmessage=""):
ps=[r.p0,r.p1,r.p2,r.p3],
ratio=r.cpratio,
quick_calc = quick_calc,
go_service=go_service,
emailbounced = r.emailbounced
)