Update some logic for avatars

This commit is contained in:
Patrick Jentsch
2022-12-19 16:25:10 +01:00
parent c27d6ec0fe
commit 14d7dfc957
3 changed files with 68 additions and 59 deletions

View File

@ -33,7 +33,7 @@ def profile(user_id):
abort(403)
return render_template(
'profile/profile.html.j2',
user=user.to_json_serializeable(),
user=user.to_json_serializeable()
)