diff bandmap/admin.py @ 830:b9973588af28

Bandmap: use green & red markers for active/inactive. Other tweaks to admin & added explanatory text.
author Brian Neal <bgneal@gmail.com>
date Sun, 28 Sep 2014 15:23:15 -0500
parents 5103edd3acc4
children 89a3a6433f6f
line wrap: on
line diff
--- a/bandmap/admin.py	Sun Sep 28 11:48:23 2014 -0500
+++ b/bandmap/admin.py	Sun Sep 28 15:23:15 2014 -0500
@@ -14,7 +14,7 @@
 
 
 class BandEntryAdmin(admin.ModelAdmin):
-    list_display = ['name', 'date_submitted', 'date_approved', 'is_active',
+    list_display = ['name', 'date_submitted', 'location', 'is_active',
             'is_approved']
     date_hierarchy = 'date_submitted'
     list_filter = ['date_submitted', 'is_active', 'is_approved']