This commit is contained in:
Ross
2021-02-08 10:43:23 +00:00
parent 4cf55f55c7
commit 643d3ca6c2
+1 -1
View File
@@ -210,7 +210,7 @@ class ExamViews(View, LoginRequiredMixin):
return JsonResponse(active_exams)
@method_decorator(csrf_exempt)
def postExamAnswers(request):
def postExamAnswers(self, request):
if request.is_ajax and request.method == "POST":
n = 0