diff --git a/files/routes/awards.py b/files/routes/awards.py index 6db3f1cf54..2fb34ecf8c 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -471,7 +471,7 @@ def admin_userawards_post(v): award = AwardRelationship( user_id=u.id, kind=key, - granted=True + granted_by=v.id ) g.db.add(award)