adding some privacy
This commit is contained in:
@@ -904,6 +904,9 @@ class Rower(models.Model):
|
||||
getimportantemails = models.BooleanField(default=True,
|
||||
verbose_name='Get Important Emails')
|
||||
|
||||
share_course_results = models.BooleanField(default=True,
|
||||
verbose_name = 'Share Course Results')
|
||||
|
||||
|
||||
sex = models.CharField(default="not specified",
|
||||
max_length=30,
|
||||
@@ -4259,6 +4262,7 @@ class AccountRowerForm(ModelForm):
|
||||
'adaptiveclass',
|
||||
'getemailnotifications',
|
||||
'getimportantemails',
|
||||
'share_course_results',
|
||||
'defaulttimezone','showfavoritechartnotes',
|
||||
'fav_analysis',
|
||||
'usersmooth',
|
||||
|
||||
Reference in New Issue
Block a user