summaryrefslogtreecommitdiffstats
path: root/askbot/templates/widgets/user_card.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/widgets/user_card.html')
-rw-r--r--askbot/templates/widgets/user_card.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/templates/widgets/user_card.html b/askbot/templates/widgets/user_card.html
index af8555c0..04c66d99 100644
--- a/askbot/templates/widgets/user_card.html
+++ b/askbot/templates/widgets/user_card.html
@@ -11,11 +11,11 @@
<br/>
- {% if karma_mode == 'public' %}
+ {% if settings.KARMA_MODE == 'public' %}
<span class="reputation-score">{{ user.reputation }}</span>
{% endif %}
- {% if badges_mode == 'public' %}
+ {% if settings.BADGES_MODE == 'public' %}
<span class="badges" title="{{ user.get_badge_summary() }}">
{% if user.gold %}
<span class='badge1'>&#9679;</span><span class="badgecount">{{ user.gold }}</span>