usersmooth
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user