more fixes

This commit is contained in:
Ross
2021-01-18 14:00:37 +00:00
parent 542e559ed1
commit 558bd69ee5
5 changed files with 158 additions and 7 deletions
-2
View File
@@ -156,7 +156,6 @@ AnswerFormSet = inlineformset_factory(
can_delete=True,
extra=1,
max_num=10,
field_classes="testing",
)
AnswerUpdateFormSet = inlineformset_factory(
@@ -172,7 +171,6 @@ AnswerUpdateFormSet = inlineformset_factory(
can_delete=True,
extra=0,
max_num=10,
field_classes="testing",
)