summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-02-15 20:48:12 -0600
committerluxagraf <sng@luxagraf.net>2019-02-15 20:48:12 -0600
commit373bdaa5d058141abe45b355b3bc0b6abe2a057e (patch)
tree32ce70dee393c466360e234053b74968c52d5756
parent6916cfded1c876f4209c7ae4beee6e9d92a64980 (diff)
added lux_region to locations admin
-rw-r--r--app/locations/admin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/locations/admin.py b/app/locations/admin.py
index d644548..601ac03 100644
--- a/app/locations/admin.py
+++ b/app/locations/admin.py
@@ -66,7 +66,8 @@ class CountryAdmin(OSMGeoAdmin):
'pop2005',
'slug',
'zoom_level',
- 'visited'
+ 'visited',
+ 'lux_region'
),
'classes': (
'show',