billing address to user
This commit is contained in:
@@ -19,6 +19,8 @@ class RowerInline(admin.StackedInline):
|
||||
filter_horizontal = ('team','friends')
|
||||
|
||||
fieldsets = (
|
||||
('Billing Details',
|
||||
{'fields':('street_address','city','postal_code','country',)}),
|
||||
('Rower Plan',
|
||||
{'fields':('rowerplan','paymenttype','planexpires','teamplanexpires','clubsize','protrialexpires','plantrialexpires',)}),
|
||||
('Rower Settings',
|
||||
|
||||
Reference in New Issue
Block a user