mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Fix Email settings tab changing user
This commit is contained in:
parent
a17260a4ee
commit
f6f4fe4fc6
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user