Skip to content

Commit

Permalink
Remove formset variable
Browse files Browse the repository at this point in the history
Went with a different approach. This is no longer needed.
  • Loading branch information
dorian-adams committed Oct 26, 2024
1 parent 9a2622e commit 694bdb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sponsors/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ class Meta:
max_num=5,
)

formset = SponsorContactFormSet(
initial=[{"primary": True}]
)


class SponsorshipsBenefitsForm(forms.Form):
"""
Expand Down

0 comments on commit 694bdb3

Please sign in to comment.