From 6e7294067a6f63223ecc3c966f59eaa396c58443 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 19 Mar 2021 11:47:23 +0000 Subject: [PATCH] . --- rapids/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/views.py b/rapids/views.py index 0d48855f..cb9eceba 100755 --- a/rapids/views.py +++ b/rapids/views.py @@ -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['exams'] = [exam.id] return initial