landing page preferences link to prefs
This commit is contained in:
@@ -20,7 +20,7 @@ class RowerInline(admin.StackedInline):
|
||||
|
||||
fieldsets = (
|
||||
('Rower Plan',
|
||||
{'fields':('rowerplan','planexpires','teamplanexpires','clubsize','protrialexpires','plantrialexpires',)}),
|
||||
{'fields':('rowerplan','paymenttype','planexpires','teamplanexpires','clubsize','protrialexpires','plantrialexpires',)}),
|
||||
('Rower Settings',
|
||||
{'fields':
|
||||
('gdproptin','gdproptindate','weightcategory','sex','birthdate','getemailnotifications',
|
||||
|
||||
@@ -704,6 +704,7 @@ class Rower(models.Model):
|
||||
choices=plans)
|
||||
paymenttype = models.CharField(
|
||||
default='single',max_length=30,
|
||||
verbose_name='Payment Type',
|
||||
choices=(
|
||||
('single','single'),
|
||||
('recurring','recurring')
|
||||
|
||||
Reference in New Issue
Block a user