Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-11-02 22:07:30 +01:00
parent 71668db9b3
commit e8bd5d0b7c

View File

@@ -5511,6 +5511,9 @@ def team_workout_upload_view(request,message="",
r = getrower(request.user)
if (make_plot):
id,jobid = uploads.make_plot(r,w,f1,f2,plottype,t)
elif r.staticchartonupload:
plottype = r.staticchartonupload
id,jobid = uploads.make_plot(r,w,f1,f2,plottype,t)