diff --git a/files/routes/awards.py b/files/routes/awards.py index 801b7145d..0d888cd5a 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -310,7 +310,7 @@ def award_thing(v, thing_type, id): if len(note) > 50: abort(400, "Max length for phrase is 50 characters!") - author.agendaposter_phrase = note + author.agendaposter_phrase = note.lower() badge_grant(user=author, badge_id=28) elif kind == "flairlock":