This commit is contained in:
Anatoly 2020-01-31 13:38:07 +03:00
parent fb1eee3e4c
commit 095cc2cb91

View File

@ -79,7 +79,7 @@ class Country(TranslatedFieldsMixin,
if self.code and self.calling_code:
# hardcoded calling numbers for Antilles Guyane West Indies islands.
if self.code.lower() == 'aa':
return "['+590', '+594, '+1758', '+590']"
return "['+590', '+594, '+1758']"
return f'+{self.calling_code}'