Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-11-23 09:01:14 +01:00
parent 45faa2ed89
commit d32c7e9e37
2 changed files with 8 additions and 7 deletions

View File

@@ -12725,6 +12725,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
return response
elif request.method == 'POST' and "ftp" in request.POST:
print request.POST
powerform = RowerPowerForm(request.POST)
if powerform.is_valid():
cd = powerform.cleaned_data