Fix Email settings tab changing user

This commit is contained in:
rubenwardy 2020-12-05 22:20:43 +00:00
parent a17260a4ee
commit f6f4fe4fc6
1 changed files with 1 additions and 1 deletions

View File

@ -182,4 +182,4 @@ def email_notifications(username=None):
return render_template("users/settings_email.html",
form=form, user=user, types=types, is_new=is_new,
tabs=get_setting_tabs(current_user), current_tab="notifications")
tabs=get_setting_tabs(user), current_tab="notifications")