|
|
@ -15,7 +15,7 @@ def text_input():
|
|
|
|
def validate_allowed_countries(value):
|
|
|
|
def validate_allowed_countries(value):
|
|
|
|
if not f"{value.country_code}" in global_preferences["helper__allowed_countries"]:
|
|
|
|
if not f"{value.country_code}" in global_preferences["helper__allowed_countries"]:
|
|
|
|
raise ValidationError(
|
|
|
|
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
|
|
|
|
return value
|
|
|
|