From f3200a6c8388708ca967f42b85c3975782fcf9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 24 May 2022 19:13:28 +0200 Subject: [PATCH] add lingo and publik-django-templatetags to project view --- scrutiny/projects/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrutiny/projects/views.py b/scrutiny/projects/views.py index d3b0747..1bad10a 100644 --- a/scrutiny/projects/views.py +++ b/scrutiny/projects/views.py @@ -94,7 +94,9 @@ class ProjectSummaryHistoryView(DetailView): # XXX: add an 'interesting' attribute to module model? interesting_modules = [ 'publik-base-theme', + 'publik-django-templatetags', 'combo', + 'lingo', 'wcs', 'hobo', 'authentic2',