From 7286dfa981c479fd65762b2bf7793dca5fd6d264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 3 Nov 2014 12:30:43 +0100 Subject: [PATCH] disable notable question --- askbot/models/badges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):