project/scipycon/registration/admin.py
changeset 357 bbfee5259b95
parent 356 6a9bd80f5e6e
equal deleted inserted replaced
356:6a9bd80f5e6e 357:bbfee5259b95
    16                     'organisation', 'occupation', 'postcode',
    16                     'organisation', 'occupation', 'postcode',
    17                     'tshirt', 'conference', 'tutorial',
    17                     'tshirt', 'conference', 'tutorial',
    18                     'sprint', 'allow_contact')
    18                     'sprint', 'allow_contact')
    19     fieldsets = (
    19     fieldsets = (
    20         ('Details', {
    20         ('Details', {
    21             'fields': ('full_name', 'phone_num', 'slug',
    21             'fields': ('slug', 'registrant', 'organisation', 'occupation',
    22                        'laptop', 'slug', 'email', 'city',
    22                 'city', 'tshirt')
    23                        'organisation', 'occupation', 'postcode',
       
    24                        'tshirt', 'conference', 'tutorial',
       
    25                        'sprint', 'allow_contact')
       
    26         }),
    23         }),
    27         ('Information', {
    24         ('Information', {
    28             'fields': ('allow_contact',),
    25             'fields': ('allow_contact',),
    29         }),
    26         }),
    30     )
    27     )