From 5e48bd4369200669821e67b2d3ca8eb4ea36faeb Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 13 Feb 2013 11:44:12 +0100 Subject: Use context processors to export settings --- hyperkitty/views/thread.py | 1 - 1 file changed, 1 deletion(-) (limited to 'hyperkitty/views/thread.py') diff --git a/hyperkitty/views/thread.py b/hyperkitty/views/thread.py index 5375bea..4400d5c 100644 --- a/hyperkitty/views/thread.py +++ b/hyperkitty/views/thread.py @@ -122,7 +122,6 @@ def thread_index(request, mlist_fqdn, threadid, month=None, year=None): 'months_list': get_months(store, mlist.name), 'days_inactive': days_inactive.days, 'days_old': days_old.days, - 'use_mockups': settings.USE_MOCKUPS, 'sort_mode': sort_mode, 'fav_action': fav_action, 'reply_form': ReplyForm(), -- cgit