mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-27 08:20:34 +00:00
Update some logic for avatars
This commit is contained in:
@ -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()
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user