diff --git a/askbot/models/badges.py b/askbot/models/badges.py index 59363ca4..b5864a39 100644 --- a/askbot/models/badges.py +++ b/askbot/models/badges.py @@ -910,7 +910,7 @@ EVENTS_TO_BADGES = { GreatQuestion, Supporter, CivicDuty ), 'upvote_comment':(),#todo - add some badges here - 'view_question': (PopularQuestion, NotableQuestion, FamousQuestion,), + 'view_question': (PopularQuestion, FamousQuestion,), } def get_badge(name = None):