.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user