more normalization

This commit is contained in:
Patrick Jentsch
2023-03-28 14:19:37 +02:00
parent b41436c844
commit 9de09519d6
9 changed files with 72 additions and 46 deletions

View File

@@ -29,8 +29,8 @@ def user(user_id):
abort(403)
return render_template(
'users/user.html.j2',
user=user,
title=user.username
title=user.username,
user=user
)