From 147a5d57f53581af21d112faefcd0d9b2c65483b Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 25 Aug 2011 17:57:03 +0530 Subject: [PATCH] list_display to 30 --- gazetteer/places/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazetteer/places/admin.py b/gazetteer/places/admin.py index ecc5961..f43db00 100644 --- a/gazetteer/places/admin.py +++ b/gazetteer/places/admin.py @@ -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