Add region into location formatting

gregdan3/master
Gregory Danielson 4 years ago
parent f3bce5f806
commit e1adca3bf0
No known key found for this signature in database
GPG Key ID: 88D4EF22F6C14CA7

@ -321,7 +321,7 @@ def location_processing(location, ip_addr):
if location:
location = '~' + location
if country:
location += ", %s" % country
location += ", %s, %s" % (region, country)
hide_full_address = not force_show_full_address
if location and not location.startswith('~'):

Loading…
Cancel
Save