Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2018-12-02 21:23:40 +01:00
parent 8b2ea062de
commit a1b236be39

View File

@@ -11491,6 +11491,7 @@ def workout_upload_view(request,
notes = form.cleaned_data['notes']
offline = form.cleaned_data['offline']
race = None
if optionsform.is_valid():
make_plot = optionsform.cleaned_data['make_plot']
plottype = optionsform.cleaned_data['plottype']