From 4a65169193735cfa3f89d603e1624bbb9dfa7045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 16 Oct 2014 10:23:11 +0200 Subject: [PATCH] properly disable enthusiast badge --- 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 8cd204c3..e11e84e1 100644 --- a/askbot/models/badges.py +++ b/askbot/models/badges.py @@ -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': (