diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-13 11:44:12 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-13 11:44:12 +0100 |
commit | 5e48bd4369200669821e67b2d3ca8eb4ea36faeb (patch) | |
tree | 22eba360ab0f2ad5123c4337a51dc106c32f0e9d /hyperkitty/views/thread.py | |
parent | 0a1f8de9b4537f0e0d67e694ff8746003e20f3c8 (diff) | |
download | hyperkitty-5e48bd4369200669821e67b2d3ca8eb4ea36faeb.tar.gz hyperkitty-5e48bd4369200669821e67b2d3ca8eb4ea36faeb.tar.xz hyperkitty-5e48bd4369200669821e67b2d3ca8eb4ea36faeb.zip |
Use context processors to export settings
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(), |