From 14acd5cae620043a5952f8027354ff36439f788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 16 Oct 2014 08:51:42 +0200 Subject: [PATCH] disable student badge in another place --- 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 d7cf1711..8cd204c3 100644 --- a/askbot/models/badges.py +++ b/askbot/models/badges.py @@ -907,7 +907,7 @@ EVENTS_TO_BADGES = { ), 'upvote_question': ( NiceQuestion, GoodQuestion, - GreatQuestion, Student, Supporter, CivicDuty + GreatQuestion, Supporter, CivicDuty ), 'upvote_comment':(),#todo - add some badges here 'view_question': (PopularQuestion, NotableQuestion, FamousQuestion,),