mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Fix the Add functionality on the Other Contacts formset
This commit is contained in:
parent
2a64230c91
commit
13151c9368
4 changed files with 17 additions and 7 deletions
|
@ -734,7 +734,7 @@ class BaseOtherContactsFormSet(RegistrarFormSet):
|
|||
|
||||
OtherContactsFormSet = forms.formset_factory(
|
||||
OtherContactsForm,
|
||||
extra=1,
|
||||
extra=0,
|
||||
absolute_max=1500, # django default; use `max_num` to limit entries
|
||||
min_num=1,
|
||||
validate_min=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue