# HG changeset patch # User Madhusudan.C.S # Date 1291971018 -19800 # Node ID bbfee5259b959b8145631a699cbcdbcb4f3a8ef2 # Parent 6a9bd80f5e6ee97f4bc792887d11b06828445ac9 Removed non-form fields from detailed fields display. diff -r 6a9bd80f5e6e -r bbfee5259b95 project/scipycon/registration/admin.py --- a/project/scipycon/registration/admin.py Fri Dec 10 14:11:23 2010 +0530 +++ b/project/scipycon/registration/admin.py Fri Dec 10 14:20:18 2010 +0530 @@ -18,11 +18,8 @@ 'sprint', 'allow_contact') fieldsets = ( ('Details', { - 'fields': ('full_name', 'phone_num', 'slug', - 'laptop', 'slug', 'email', 'city', - 'organisation', 'occupation', 'postcode', - 'tshirt', 'conference', 'tutorial', - 'sprint', 'allow_contact') + 'fields': ('slug', 'registrant', 'organisation', 'occupation', + 'city', 'tshirt') }), ('Information', { 'fields': ('allow_contact',),