diff options
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
| -rw-r--r-- | hyperkitty/templates/recent_activities.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index b22784f..50e9057 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 == True %} + {% if use_mockups %} <li class="likestatus neutral"> +0/-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 == True %} + {% if use_mockups %} <li class="likestatus neutral"> +0/-0 </li> |
