From 18dca8fc476ec8724adb15ecd7aa9fe02813b416 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 4 Jan 2013 15:42:13 +0100 Subject: Make the page title dynamic --- hyperkitty/views/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/views/list.py') 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, -- cgit