Private
Public Access
1
0

improved workout edit form

This commit is contained in:
Sander Roosendaal
2018-06-07 20:32:03 +02:00
parent e054b0d1a0
commit a329b8b94e
3 changed files with 11 additions and 5 deletions

View File

@@ -9192,6 +9192,7 @@ def workout_edit_view(request,id=0,message="",successmessage=""):
distance = form.cleaned_data['distance']
notes = form.cleaned_data['notes']
thetimezone = form.cleaned_data['timezone']
try:
boattype = request.POST['boattype']
except KeyError: