mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 13:39:57 -04:00
Update utils to version 43.8.
Invalid characters for the first line of a postal address now include < >
This commit is contained in:
@@ -1362,7 +1362,7 @@ class LetterAddressForm(StripWhitespaceForm):
|
||||
|
||||
if address.has_invalid_characters:
|
||||
raise ValidationError(
|
||||
'Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / ,'
|
||||
'Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / , < >'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user