diff --git a/apps/location/models.py b/apps/location/models.py index e09bfe13..7057b675 100644 --- a/apps/location/models.py +++ b/apps/location/models.py @@ -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}'