diff --git a/files/routes/awards.py b/files/routes/awards.py index a5a8e5854..47a16e2c4 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -289,6 +289,7 @@ def award_thing(v, thing_type, id): badge_grant(user=author, badge_id=28) elif kind == "flairlock": + if thing.ghost: abort(403) new_name = note[:100].replace("𒐪","") if not new_name and author.flairchanged: author.flairchanged += 86400