This commit is contained in:
Ross
2021-03-01 08:28:30 +00:00
parent 4ca8662d14
commit 39506ca738
+1 -1
View File
@@ -989,7 +989,7 @@ def question_json(self, request, pk):
return JsonResponse(question_json)
@login_required
def exam_json_recreate(self, request, pk):
def question_json_recreate(self, request, pk):
question = get_object_or_404(self.Question, pk=pk)
question.recreate_json = True