adding user setting for rpe warnings
This commit is contained in:
@@ -932,6 +932,9 @@ class Rower(models.Model):
|
||||
getimportantemails = models.BooleanField(default=True,
|
||||
verbose_name='Get Important Emails')
|
||||
|
||||
get_rpe_warnings = models.BooleanField(default=True,
|
||||
verbose_name='Get missing RPE warnings')
|
||||
|
||||
share_course_results = models.BooleanField(default=True,
|
||||
verbose_name='Share Course Results')
|
||||
|
||||
@@ -4587,6 +4590,7 @@ class AccountRowerForm(ModelForm):
|
||||
'adaptiveclass',
|
||||
'getemailnotifications',
|
||||
'getimportantemails',
|
||||
'get_rpe_warnings',
|
||||
'share_course_results',
|
||||
'defaulttimezone', 'showfavoritechartnotes',
|
||||
'fav_analysis',
|
||||
|
||||
Reference in New Issue
Block a user