This commit is contained in:
Ross
2021-03-02 18:36:03 +00:00
parent f94f490228
commit a958e75f6b
+1 -1
View File
@@ -189,7 +189,7 @@ AnswerFormSet = inlineformset_factory(
},
exclude=[],
can_delete=True,
extra=1,
extra=0,
max_num=10,
)