diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-01-04 15:42:13 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-01-04 15:55:34 +0100 |
commit | 18dca8fc476ec8724adb15ecd7aa9fe02813b416 (patch) | |
tree | 16b643ddfb89bf6bdef58a3ba242204e973eb351 /hyperkitty/views | |
parent | 71dfea04c7ff73444902c2e796df8700fde17307 (diff) | |
download | hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.gz hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.tar.xz hyperkitty-18dca8fc476ec8724adb15ecd7aa9fe02813b416.zip |
Make the page title dynamic
Diffstat (limited to 'hyperkitty/views')
-rw-r--r-- | hyperkitty/views/list.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/views/list.py b/hyperkitty/views/list.py index fc029b0..a782ffb 100644 --- a/hyperkitty/views/list.py +++ b/hyperkitty/views/list.py @@ -289,7 +289,7 @@ def _search_results_page(request, mlist_fqdn, threads, search_type, 'list_name' : list_name, 'list_address': mlist_fqdn, 'search_form': search_form, - 'month': search_type, + 'search_type': search_type, 'month_participants': len(participants), 'month_discussions': res_num, 'threads': threads, |