disable notable question

This commit is contained in:
Frédéric Péters 2014-11-03 12:30:43 +01:00
parent 5a4a79cac2
commit 7286dfa981
1 changed files with 1 additions and 1 deletions

View File

@ -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):