diff options
author | luxagraf <sng@luxagraf.net> | 2011-04-03 17:49:36 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-04-03 17:49:36 -0400 |
commit | 638011d5f46e405a2d6720320f9e06f768214e44 (patch) | |
tree | 5e5ec8fe664839d0cfd32447335c3e8baeb2375b /apps/projects/admin.py | |
parent | 6d58998ba2f2275ac09c744aa747959c2260f953 (diff) |
added build class for projects model
Diffstat (limited to 'apps/projects/admin.py')
-rw-r--r-- | apps/projects/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/projects/admin.py b/apps/projects/admin.py index a0f1a16..94c4780 100644 --- a/apps/projects/admin.py +++ b/apps/projects/admin.py @@ -18,7 +18,7 @@ class ProjectAdmin(OSMGeoAdmin): prepopulated_fields = {"slug" : ('title',)} list_filter = ('pub_date', 'status') fieldsets = ( - ('Project', {'fields': ('title','subtitle','lede', 'pub_date', ('status','image',), 'slug',), 'classes': ('show','extrapretty','wide')}), + ('Project', {'fields': ('title','subtitle','lede', 'pub_date', 'model_name',('status','image',), 'slug',), 'classes': ('show','extrapretty','wide')}), ) class Media: |