Private
Public Access
1
0

changed breakthrough notifications to opt-in

This commit is contained in:
Sander Roosendaal
2017-06-19 07:29:55 +02:00
parent b4c69c3df1
commit 182dadf679

View File

@@ -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,