From 885cd3af7912d8c77970a59ae6e582c6c70fc8b0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 1 Aug 2021 10:41:17 +0100 Subject: [PATCH] . --- longs/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/longs/views.py b/longs/views.py index 82acfe76..cef9b743 100755 --- a/longs/views.py +++ b/longs/views.py @@ -990,7 +990,9 @@ 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()