diff --git a/files/routes/awards.py b/files/routes/awards.py index 0047c87154..f092027498 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -377,7 +377,7 @@ def admin_userawards_post(v): if value: - if int(value) > 10: abort(403) + if int(value) > 10 and v.id != AEVANN_ID: abort(403) if int(value): notify_awards[key] = int(value) diff --git a/files/templates/admin/awards.html b/files/templates/admin/awards.html index 20f740bd20..fe9c4bc2f9 100644 --- a/files/templates/admin/awards.html +++ b/files/templates/admin/awards.html @@ -53,7 +53,7 @@ {{a['title']}} - + {% endfor %}