Merge branch 'hotfix/v8.74'
This commit is contained in:
@@ -5682,6 +5682,10 @@ def virtualevent_compare_view(request,id=0):
|
||||
labeldict = {
|
||||
int(w.id): w.__unicode__() for w in workouts
|
||||
}
|
||||
else:
|
||||
raise HttpResponse('Only GET and POST allowed',status=405)
|
||||
|
||||
|
||||
res = interactive_multiple_compare_chart(workoutids,xparam,yparam,
|
||||
promember=promember,
|
||||
plottype=plottype,
|
||||
|
||||
Reference in New Issue
Block a user