fix
This commit is contained in:
parent
fb1eee3e4c
commit
095cc2cb91
|
|
@ -79,7 +79,7 @@ class Country(TranslatedFieldsMixin,
|
||||||
if self.code and self.calling_code:
|
if self.code and self.calling_code:
|
||||||
# hardcoded calling numbers for Antilles Guyane West Indies islands.
|
# hardcoded calling numbers for Antilles Guyane West Indies islands.
|
||||||
if self.code.lower() == 'aa':
|
if self.code.lower() == 'aa':
|
||||||
return "['+590', '+594, '+1758', '+590']"
|
return "['+590', '+594, '+1758']"
|
||||||
return f'+{self.calling_code}'
|
return f'+{self.calling_code}'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user