This commit is contained in:
Ross
2021-01-18 16:19:07 +00:00
parent ee761afe83
commit a3a41d535c
+1 -1
View File
@@ -221,7 +221,7 @@ def rapid_clone(request, pk):
context = {
"form": form,
"image_formset": image_formset
"image_formset": image_formset,
"answer_formset": answer_formset
#other context
}