List id is not used in the template, so remove it
authorMagnus Hagander <magnus@hagander.net>
Sat, 12 Jan 2013 18:07:36 +0000 (19:07 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 12 Jan 2013 18:07:36 +0000 (19:07 +0100)
Since messages are no longer tied directly to lists, it makes no sense to
show which list a message belongs to.

pgweb/search/views.py

index 30b9cf6690d276f96b9e7ac371acebb012a203fd..0a090a91d6a873ed35379244c2ce7972ef744459 100644 (file)
@@ -218,7 +218,6 @@ def search(request):
                                                                           totalhits / hitsperpage + 1,
                                                                           querystr)),
                                'hits': [{
-                                               'list': h['l'],
                                                'date': h['d'],
                                                'subject': h['s'],
                                                'author': h['f'],