bug fix
This commit is contained in:
@@ -3111,7 +3111,7 @@ def boxplot_view(request,userid=0,
|
||||
})
|
||||
else:
|
||||
return HttpResponse("Form is not valid")
|
||||
if request.method == 'POST' and 'ids' in request.session:
|
||||
elif request.method == 'POST' and 'ids' in request.session:
|
||||
chartform = BoxPlotChoiceForm(request.POST)
|
||||
if chartform.is_valid():
|
||||
plotfield = chartform.cleaned_data['yparam']
|
||||
|
||||
Reference in New Issue
Block a user