.
This commit is contained in:
@@ -369,6 +369,9 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
return JsonResponse({"success": False, "error": "Invalid data"})
|
||||
|
||||
def exam_json_unbased(self, request, pk):
|
||||
"""
|
||||
No (file based) caching is enabled for unbased exams
|
||||
"""
|
||||
exam = get_object_or_404(self.Exam, pk=pk)
|
||||
|
||||
if not exam.active:
|
||||
|
||||
Reference in New Issue
Block a user