From 095cc2cb916f041883f8ac17eb1563ec9f2ad80e Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 31 Jan 2020 13:38:07 +0300 Subject: [PATCH] fix --- apps/location/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}'