.
This commit is contained in:
+2
-2
@@ -737,7 +737,7 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
|
||||
return render(
|
||||
request,
|
||||
"{}/mark_overview.html".format(self.app_name),
|
||||
"{}/mark_question_double_overview.html".format(self.app_name),
|
||||
{"exam": exam, "question_unmarked_map": question_unmarked_map},
|
||||
)
|
||||
except AttributeError:
|
||||
@@ -751,7 +751,7 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
|
||||
return render(
|
||||
request,
|
||||
"{}/mark_overview.html".format(self.app_name),
|
||||
"{}/mark_question_single_overview.html".format(self.app_name),
|
||||
{"exam": exam, "question_unmarked_map": question_unmarked_map},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user