mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 22:21:34 -04:00
Bump utils version for new invalid address character
This commit is contained in:
@@ -1413,7 +1413,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