From ce7d83ee233a9bd2bec34e43c46e8293c9dc0370 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 17 Oct 2012 13:33:23 +0200 Subject: Fix settings access from the templates --- hyperkitty/templates/recent_activities.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyperkitty/templates/recent_activities.html') 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 @@ {{email.category}} {% endif %} - {% if settings.USE_MOCKUPS == True %} + {% if use_mockups %}
  • +0/-0
  • @@ -137,7 +137,7 @@ {{email.category}} {% endif %} - {% if settings.USE_MOCKUPS == True %} + {% if use_mockups %}
  • +0/-0
  • -- cgit