email bounce added and updated privacy policy
This commit is contained in:
@@ -571,6 +571,8 @@ class Rower(models.Model):
|
||||
|
||||
getemailnotifications = models.BooleanField(default=False,
|
||||
verbose_name='Receive email notifications')
|
||||
emailbounced = models.BooleanField(default=False,
|
||||
verbose_name='Email Address Bounced')
|
||||
|
||||
rowerplan = models.CharField(default='basic',max_length=30,
|
||||
choices=plans)
|
||||
|
||||
Reference in New Issue
Block a user