.
This commit is contained in:
@@ -181,6 +181,8 @@ class ExamViews(View, LoginRequiredMixin):
|
||||
exam.recreate_json = True
|
||||
exam.save()
|
||||
|
||||
exam.get_exam_json()
|
||||
|
||||
return redirect("{}:exam_overview".format(self.app_name), pk=pk)
|
||||
|
||||
@method_decorator(login_required)
|
||||
|
||||
Reference in New Issue
Block a user