Allow up to 20 domains per organisation

The most we have in the spreadsheet is 18
This commit is contained in:
Chris Hill-Scott
2019-03-22 16:27:30 +00:00
parent 8b81d3594a
commit 50bb20ad32
2 changed files with 12 additions and 2 deletions

View File

@@ -580,8 +580,8 @@ class OrganisationDomainsForm(StripWhitespaceForm):
],
default=''
),
min_entries=10,
max_entries=10,
min_entries=20,
max_entries=20,
label="Domain names"
)

View File

@@ -729,6 +729,16 @@ def test_view_organisation_domains(
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
'',
]