list_display to 30
This commit is contained in:
parent
452ea759ca
commit
147a5d57f5
|
@ -65,7 +65,7 @@ class FeatureAdmin(admin.OSMGeoAdmin):
|
|||
# list_filter = ('feature_type',)
|
||||
inlines = [FeatureNamesInline]
|
||||
list_display = ('__unicode__', 'feature_type_name', 'time_start', 'time_end',)
|
||||
list_per_page = 12
|
||||
list_per_page = 30
|
||||
# list_filter = (FeatureTypeFilter,)
|
||||
openlayers_url = 'http://openlayers.org/dev/OpenLayers.js'
|
||||
openlayers_img_path = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user