This commit is contained in:
Ross
2021-01-03 17:01:07 +00:00
parent c0fb102b83
commit 67996ad9a9
+1 -1
View File
@@ -330,7 +330,7 @@ def exam_json_edit(request, pk):
questions_changed = []
for q in exam.exam_questions.all():
q.open_acess = state
q.open_access = state
q.save()
questions_changed.append(q.pk)