This commit is contained in:
Ross
2021-08-01 10:43:58 +01:00
parent 885cd3af79
commit a0448b2d82
3 changed files with 2 additions and 2 deletions
-2
View File
@@ -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()