From 44a24b136e00958176fbe63bb302536a59658bbf Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 1 Dec 2015 23:09:54 -0500 Subject: tweaked the new admin styling, spacing was a bit much for me. --- app/jrnl/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/jrnl/admin.py') diff --git a/app/jrnl/admin.py b/app/jrnl/admin.py index da4bae3..c19f972 100644 --- a/app/jrnl/admin.py +++ b/app/jrnl/admin.py @@ -26,7 +26,7 @@ class EntryAdmin(OSMGeoAdmin): field = super(EntryAdmin, self).formfield_for_dbfield(db_field, **kwargs) return field - list_display = ('title', 'pub_date', 'template_name', 'status', 'region', 'location', 'photo_gallery') + list_display = ('title', 'pub_date', 'template_name', 'status', 'location', 'photo_gallery') search_fields = ['title', 'body_markdown'] prepopulated_fields = {"slug": ('title',)} list_filter = ('pub_date', 'enable_comments', 'status', 'location__state__country__lux_region') -- cgit v1.2.3-70-g09d2