Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-09-04 21:11:00 +02:00
parent 86890a8a73
commit 89b3ec5e4f
4 changed files with 11 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class RowerInline(admin.StackedInline):
('Billing Details',
{'fields': ('street_address', 'city', 'postal_code', 'country', 'paymentprocessor', 'customer_id')}),
('Rower Plan',
{'fields': ('paidplan', 'rowerplan', 'paymenttype', 'planexpires', 'teamplanexpires', 'protrialexpires', 'plantrialexpires', 'eurocredits', 'clubsize', 'offercoaching')}),
{'fields': ('paidplan', 'rowerplan', 'paymenttype', 'planexpires', 'teamplanexpires', 'protrialexpires', 'plantrialexpires', 'coachtrialexpires', 'eurocredits', 'clubsize', 'offercoaching')}),
('Rower Settings',
{'fields':
('surveydone', 'surveydonedate', 'gdproptin', 'gdproptindate', 'weightcategory', 'sex', 'adaptiveclass', 'birthdate', 'getemailnotifications',