Restore previous error message for invalid phone numbers

pull/1/head
Luca 3 years ago
parent 6a092c343d
commit cf3e4b9363

@ -15,7 +15,7 @@ def text_input():
def validate_allowed_countries(value):
if not f"{value.country_code}" in global_preferences["helper__allowed_countries"]:
raise ValidationError(
"Vorwahl nicht erlaubt, bitte wende dich an den Infopoint"
"Vorwahl nicht erlaubt, bitte wende dich an den Infopoint oder schicke uns eine Mail"
)
return value

Loading…
Cancel
Save