properly disable enthusiast badge

This commit is contained in:
Frédéric Péters 2014-10-16 10:23:11 +02:00
parent 14acd5cae6
commit 4a65169193
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ EVENTS_TO_BADGES = {
'post_comment': (Commentator,),
'retag_question': (Organizer,),
'select_favorite_question': (FavoriteQuestion, StellarQuestion,),
'site_visit': (Enthusiast,),
'site_visit': (,),
'update_tag': (Taxonomist,),
'update_user_profile': (Autobiographer,),
'upvote_answer': (