Merge branch 'hotfix/v8.74'
This commit is contained in:
@@ -5682,6 +5682,10 @@ def virtualevent_compare_view(request,id=0):
|
|||||||
labeldict = {
|
labeldict = {
|
||||||
int(w.id): w.__unicode__() for w in workouts
|
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,
|
res = interactive_multiple_compare_chart(workoutids,xparam,yparam,
|
||||||
promember=promember,
|
promember=promember,
|
||||||
plottype=plottype,
|
plottype=plottype,
|
||||||
|
|||||||
Reference in New Issue
Block a user