summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/views/index.py')
-rw-r--r--hyperkitty/views/index.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hyperkitty/views/index.py b/hyperkitty/views/index.py
index 7265873..cb3c6b1 100644
--- a/hyperkitty/views/index.py
+++ b/hyperkitty/views/index.py
@@ -34,7 +34,6 @@ from mailmanclient import Client, MailmanConnectionError
from mailman.interfaces.archiver import ArchivePolicy
from hyperkitty.lib import get_store
-from hyperkitty.lib.view_helpers import get_recent_list_activity
from hyperkitty.lib.mailman import is_mlist_authorized
@@ -53,8 +52,6 @@ def index(request):
mlist.can_view = True
else:
mlist.can_view = False
- if mlist.can_view:
- mlist.evolution = get_recent_list_activity(store, mlist)
if mlist.created_at and \
now - mlist.created_at <= datetime.timedelta(days=30):
mlist.is_new = True