summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-10-17 13:33:23 +0200
committerAurélien Bompard <aurelien@bompard.org>2012-10-17 13:33:23 +0200
commit4720489a755809bc90b0e3f4ab598cb7227a36c1 (patch)
treebcc181c758ea9a45d7759fbd739a68962a679be6 /hyperkitty/templates/threads
parent923d139f90f4a1c268965e03aacc3acd72723497 (diff)
downloadhyperkitty-4720489a755809bc90b0e3f4ab598cb7227a36c1.tar.gz
hyperkitty-4720489a755809bc90b0e3f4ab598cb7227a36c1.tar.xz
hyperkitty-4720489a755809bc90b0e3f4ab598cb7227a36c1.zip
Fix settings access from the templates
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r--hyperkitty/templates/threads/right_col.html2
1 files changed, 1 insertions, 1 deletions
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
</div>
</div>
- {% if settings.USE_MOCKUPS == True %}
+ {% if use_mockups %}
<p id="add_to_fav">
<a href="#AddFav" class="notsaved">Add to favorite discussions</a>
</p>