X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/3fcef4ec7d2509284a43a2325ae2341d5553ab35..ab96c745190199d41ceda9e7bfb4c1794fc2f890:/forum/actions/user.py diff --git a/forum/actions/user.py b/forum/actions/user.py index 19dfa5e..6170a17 100644 --- a/forum/actions/user.py +++ b/forum/actions/user.py @@ -64,7 +64,7 @@ class AwardAction(ActionProxy): if award.badge.type == Badge.SILVER: self.user.silver += 1 if award.badge.type == Badge.BRONZE: - self.user.silver += 1 + self.user.bronze += 1 self.user.save()