diff --git a/anatomy/views.py b/anatomy/views.py index 7d543caf..b6520924 100644 --- a/anatomy/views.py +++ b/anatomy/views.py @@ -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)