disable student badge in another place

This commit is contained in:
Frédéric Péters 2014-10-16 08:51:42 +02:00
parent 5a35617f85
commit 14acd5cae6
1 changed files with 1 additions and 1 deletions

View File

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