Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-05-17 09:44:47 +02:00
parent b7d7d5cc83
commit bb2283635e
2 changed files with 5 additions and 5 deletions

View File

@@ -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']