From 35851aba47459c8b9af7a46cfb9229497f2999c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 19 Dec 2017 16:34:36 +0100 Subject: [PATCH] add chrono & welco as backoffice servives --- src/authentic2_gnm/templatetags/gnm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2_gnm/templatetags/gnm.py b/src/authentic2_gnm/templatetags/gnm.py index 43008a6..54b89c3 100644 --- a/src/authentic2_gnm/templatetags/gnm.py +++ b/src/authentic2_gnm/templatetags/gnm.py @@ -57,7 +57,7 @@ def is_coming_for(request): if target_service: if target_service.get('is-portal-agent'): return 'backoffice' - if service_type in ('hobo', 'passerelle'): + if service_type in ('hobo', 'passerelle', 'welco', 'chrono'): return 'backoffice' break