Private
Public Access
1
0

usersmooth

This commit is contained in:
Sander Roosendaal
2020-11-04 21:51:17 +01:00
parent d8c198f3b2
commit 33b4411a6f
5 changed files with 61 additions and 3 deletions

View File

@@ -247,6 +247,7 @@ def rower_favoritecharts_view(request,userid=0):
r.fastpaceotw = staticchartform.cleaned_data.get('fastpaceotw')
r.staticchartonupload = staticchartform.cleaned_data.get('staticchartonupload')
r.fav_analysis = staticchartform.cleaned_data.get('fav_analysis')
r.usersmooth = staticchartform.cleaned_data.get('usersmooth')
r.save()
if request.method == 'POST' and 'form-TOTAL_FORMS' in request.POST:
@@ -406,6 +407,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
getimportantemails = cd['getimportantemails']
defaulttimezone=cd['defaulttimezone']
fav_analysis = cd['fav_analysis']
usersmooth = cd['usersmooth']
u = r.user
if u.email != email and len(email):
resetbounce = True
@@ -434,6 +436,7 @@ def rower_edit_view(request,rowerid=0,userid=0,message=""):
r.autojoin = autojoin
r.emailalternatives = emailalternatives
r.fav_analysis = fav_analysis
r.usersmooth = usersmooth
if resetbounce and r.emailbounced: