restore accidentially deleted line

pull/195/head
Aevann 2023-08-18 22:01:56 +03:00
parent 0c66183986
commit bfa6aa5df4
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ def settings_images_profile_background(v):
remove_media_using_link(v.profile_background)
v.profile_background = profile_background
g.db.add(v)
badge_grant(badge_id=193, user=v)
return redirect("/settings/personal?msg=Profile background successfully updated!")