summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/recent_activities.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-09 18:02:37 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-09 18:02:37 +0200
commit03dd14dc68e1dbdf0865151d09b7c846d8814b22 (patch)
treea54fb1a957dbefdd8f4f091957089b71e1c802a9 /hyperkitty/templates/recent_activities.html
parent596cf07a0c41a8632284b02f4c9fc27d58d56123 (diff)
Fix mockup test
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
-rw-r--r--hyperkitty/templates/recent_activities.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html
index 3b197c8..4bca218 100644
--- a/hyperkitty/templates/recent_activities.html
+++ b/hyperkitty/templates/recent_activities.html
@@ -99,7 +99,7 @@
<a href="{% url search_tag mlist_fqdn=list_address, tag=email.category|lower %}">{{email.category}}</a>
</li>
{% endif %}
- {% if settings.USE_MOCKUPS %}
+ {% if settings.USE_MOCKUPS == True %}
<li class="neutral">
0
</li>
@@ -137,7 +137,7 @@
<a href="{% url search_tag mlist_fqdn=list_address, tag=email.category|lower %}">{{email.category}}</a>
</li>
{% endif %}
- {% if settings.USE_MOCKUPS %}
+ {% if settings.USE_MOCKUPS == True %}
<li class="neutral">
0
</li>