summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/photos/admin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/photos/admin.py b/app/photos/admin.py
index 8e605ee..e77e50b 100644
--- a/app/photos/admin.py
+++ b/app/photos/admin.py
@@ -28,7 +28,7 @@ class LuxVideoAdmin(OSMGeoAdmin):
class LuxImageAdmin(OSMGeoAdmin):
list_display = ('pk', 'admin_thumbnail', 'pub_date', 'caption', 'location')
list_filter = ('pub_date', 'location')
- search_fields = ['title', 'caption']
+ search_fields = ['title', 'caption', 'alt']
list_editable = ('location',)
# Options for OSM map Using custom ESRI topo map
default_lon = -9285175