adding user setting for rpe warnings
This commit is contained in:
@@ -491,6 +491,7 @@ def rower_edit_view(request, rowerid=0, userid=0, message=""):
|
||||
showfavoritechartnotes = cd['showfavoritechartnotes']
|
||||
getemailnotifications = cd['getemailnotifications']
|
||||
getimportantemails = cd['getimportantemails']
|
||||
get_rpe_warnings = cd['get_rpe_warnings']
|
||||
share_course_results = cd['share_course_results']
|
||||
defaulttimezone = cd['defaulttimezone']
|
||||
fav_analysis = cd['fav_analysis']
|
||||
@@ -522,6 +523,7 @@ def rower_edit_view(request, rowerid=0, userid=0, message=""):
|
||||
r.sex = sex
|
||||
r.birthdate = birthdate
|
||||
r.autojoin = autojoin
|
||||
r.get_rpe_warnings = cd['get_rpe_warnings']
|
||||
r.emailalternatives = emailalternatives
|
||||
r.fav_analysis = fav_analysis
|
||||
r.usersmooth = usersmooth
|
||||
|
||||
Reference in New Issue
Block a user