diff options
author | luxagraf <luxagraf@luxagraf.local> | 2011-08-16 22:05:39 -0400 |
---|---|---|
committer | luxagraf <luxagraf@luxagraf.local> | 2011-08-16 22:05:39 -0400 |
commit | 5e76a7bbb5d114ecd310ad3f408c33331a072037 (patch) | |
tree | a49603b4e03253ff58fd3e89f77d4a421fbc7973 /apps/guide/admin.py | |
parent | 9bfe60354ea9ae9fad9de304206b8f41983eaf93 (diff) |
basic outline of guide structure and template
Diffstat (limited to 'apps/guide/admin.py')
-rw-r--r-- | apps/guide/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/guide/admin.py b/apps/guide/admin.py index efdc7cd..55f713f 100644 --- a/apps/guide/admin.py +++ b/apps/guide/admin.py @@ -16,7 +16,7 @@ class GuideAdmin(OSMGeoAdmin): list_filter = ('pub_date', 'status','region','location') fieldsets = ( ('Note', {'fields': ('title','body_markdown', ('location','region'), 'pub_date', 'status', 'slug','photo_gallery'), 'classes': ('show','extrapretty','wide')}), - ('Pub Location', {'fields': ('dek', 'meta_description','template_name'), 'classes': ('collapse', 'wide')}), + ('Extra', {'fields': ('dek', 'meta_description','template_name', ('image', 'thumbnail')), 'classes': ('collapse', 'wide')}), ) class Media: |