This commit is contained in:
Ross
2022-01-04 13:48:31 +00:00
parent d5a0582572
commit 4b03c8a565
3 changed files with 29 additions and 27 deletions
+1
View File
@@ -500,6 +500,7 @@ class ExamViews(View, LoginRequiredMixin):
"question_number": question_number,
"can_edit": can_edit,
"notes": notes,
"app_name": self.app_name,
},
)