|
|
|
@ -83,7 +83,7 @@ class Visitor(models.Model):
|
|
|
|
|
return flag_url
|
|
|
|
|
@property
|
|
|
|
|
def notification_flag_image_url(self):
|
|
|
|
|
flag_url = f"https://flagcdn.com/w640/{self.country.lower()}.svg/"
|
|
|
|
|
flag_url = f"https://flagcdn.com/w640/{self.country.lower()}.png"
|
|
|
|
|
return flag_url
|
|
|
|
|
@property
|
|
|
|
|
def is_online(self):
|
|
|
|
|