changed breakthrough notifications to opt-in
This commit is contained in:
@@ -232,7 +232,7 @@ class Rower(models.Model):
|
||||
('hidden','Hidden'),
|
||||
)
|
||||
|
||||
getemailnotifications = models.BooleanField(default=True,
|
||||
getemailnotifications = models.BooleanField(default=False,
|
||||
verbose_name='Receive email notifications')
|
||||
|
||||
rowerplan = models.CharField(default='basic',max_length=30,
|
||||
|
||||
Reference in New Issue
Block a user