diff options
Diffstat (limited to 'hyperkitty/views/thread.py')
-rw-r--r-- | hyperkitty/views/thread.py | 1 |
1 files changed, 0 insertions, 1 deletions
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(), |