.
This commit is contained in:
+1
-1
@@ -314,7 +314,7 @@ class RapidCreate(RapidCreateBase):
|
||||
initial = super().get_initial()
|
||||
exam = get_object_or_404(Exam, pk=self.kwargs["pk"])
|
||||
|
||||
initial['exam'] = exam.id
|
||||
initial['exam'] = [exam.id]
|
||||
|
||||
return initial
|
||||
|
||||
|
||||
Reference in New Issue
Block a user