mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 22:46:30 +02:00
fixed bugs in ip list handling, reformatted clean function in forms, removed custom field type for ip address in nameserverform
This commit is contained in:
parent
46f03cd4e4
commit
517390cc55
5 changed files with 56 additions and 58 deletions
|
@ -87,7 +87,9 @@ class NameserverError(Exception):
|
|||
NameserverErrorCodes.GLUE_RECORD_NOT_ALLOWED: (
|
||||
"Name server address does not match domain name"
|
||||
),
|
||||
NameserverErrorCodes.INVALID_IP: "{}: Enter an IP address in the required format.",
|
||||
NameserverErrorCodes.INVALID_IP: (
|
||||
"{}: Enter an IP address in the required format."
|
||||
),
|
||||
NameserverErrorCodes.TOO_MANY_HOSTS: (
|
||||
"Too many hosts provided, you may not have more than 13 nameservers."
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue