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/threads/right_col.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/threads') diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 4534dae..253aa10 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -21,7 +21,7 @@ old - {% if settings.USE_MOCKUPS == True %} + {% if use_mockups %}

Add to favorite discussions

-- cgit