From 6b9681e98610b5a954f1a36812c586e0301c555f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 18 Jan 2019 17:48:55 +0100 Subject: [PATCH] add bijoe and wcs-olap to projects considered in "updated" page --- scrutiny/projects/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/projects/views.py b/scrutiny/projects/views.py index e89def3..f4e99c9 100644 --- a/scrutiny/projects/views.py +++ b/scrutiny/projects/views.py @@ -91,7 +91,7 @@ class ProjectSummaryHistoryView(DetailView): interesting_modules = [ 'publik-base-theme', 'combo', 'wcs', 'hobo', 'authentic2', 'welco', 'chrono', 'corbo', 'passerelle', 'fargo', 'mandayejs', - 'python-authentic2-auth-fc', + 'python-authentic2-auth-fc', 'bijoe', 'wcs-olap', ] def get_context_data(self, **kwargs):