This commit is contained in:
Ross
2021-03-25 15:28:57 +00:00
parent 16e3eaf42e
commit ddd597cc44
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ ImageFormSet = inlineformset_factory(
fields=["image", "feedback_image"],
exclude=[],
can_delete=True,
extra=4,
extra=1,
max_num=10,
field_classes="testing",
)