.
This commit is contained in:
@@ -990,9 +990,7 @@ def question_json_recreate(request, pk):
|
||||
|
||||
# We also have to invalidate any exams
|
||||
|
||||
print("Start")
|
||||
for exam in question.exams.all():
|
||||
print(exam)
|
||||
exam.recreate_json = True
|
||||
exam.save()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user