diff --git a/files/routes/admin.py b/files/routes/admin.py index a5e866f0c..ce4330da1 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -531,7 +531,7 @@ def badge_grant_post(v): try: badge_id = int(request.values.get("badge_id")) except: abort(400) - if badge_id in {16,17,94,95,96,97,98,109,137} and v.id != AEVANN_ID: + if badge_id in {16,17,21,22,23,24,25,26,27,94,95,96,97,98,109,137} and v.id != AEVANN_ID: abort(403) if user.has_badge(badge_id):