Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-05-15 17:13:07 +02:00
parent 9e3b12df57
commit e485f060e7
6 changed files with 59 additions and 3 deletions

View File

@@ -368,6 +368,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
offercoaching = cd['offercoaching']
except KeyError:
offercoaching = False
autojoin = cd['autojoin']
adaptiveclass = cd['adaptiveclass']
defaultlandingpage = cd['defaultlandingpage']
weightcategory = cd['weightcategory']
@@ -400,6 +401,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
r.showfavoritechartnotes = showfavoritechartnotes
r.sex = sex
r.birthdate = birthdate
r.autojoin = autojoin
if resetbounce and r.emailbounced:
r.emailbounced = False