bug fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user