From 9f2bff67123077275e3ca9609fcd6204c9e8d09d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 17 Jul 2019 19:45:07 +0200 Subject: [PATCH] add gadjo to release changes 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 318db99..794374a 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', - 'bijoe', 'wcs-olap', + 'bijoe', 'wcs-olap', 'gadjo', ] def get_context_data(self, **kwargs):