mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Allow up to 20 domains per organisation
The most we have in the spreadsheet is 18
This commit is contained in:
@@ -580,8 +580,8 @@ class OrganisationDomainsForm(StripWhitespaceForm):
|
||||
],
|
||||
default=''
|
||||
),
|
||||
min_entries=10,
|
||||
max_entries=10,
|
||||
min_entries=20,
|
||||
max_entries=20,
|
||||
label="Domain names"
|
||||
)
|
||||
|
||||
|
||||
@@ -729,6 +729,16 @@ def test_view_organisation_domains(
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
'',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user