Private
Public Access
1
0

adding garmin id

This commit is contained in:
Sander Roosendaal
2020-07-16 22:07:45 +02:00
parent b0d7952fe3
commit 4b192addf2
3 changed files with 19 additions and 1 deletions

View File

@@ -4666,6 +4666,11 @@ def workout_upload_api(request):
except KeyError:
stravaid = ''
try:
garminid = post_data['garminid']
except KeyError:
garminid = 0
if form.is_valid():
t = form.cleaned_data['title']
boattype = form.cleaned_data['boattype']