Skip to content

Commit 694bdb3

Browse files
committed
Remove formset variable
Went with a different approach. This is no longer needed.
1 parent 9a2622e commit 694bdb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sponsors/forms.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ class Meta:
5454
max_num=5,
5555
)
5656

57-
formset = SponsorContactFormSet(
58-
initial=[{"primary": True}]
59-
)
60-
6157

6258
class SponsorshipsBenefitsForm(forms.Form):
6359
"""

0 commit comments

Comments
 (0)