From 07d119713a3f655c20225d5435768e0de0102508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 6 Nov 2018 09:33:05 +0100 Subject: [PATCH] also mark bijoe accesses as belonging to backoffice --- 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 7887c33..36c121a 100644 --- a/src/authentic2_gnm/templatetags/gnm.py +++ b/src/authentic2_gnm/templatetags/gnm.py @@ -59,7 +59,7 @@ def is_coming_for(request): if target_service: if target_service.get('is-portal-agent'): return 'backoffice' - if service_type in ('hobo', 'passerelle', 'welco', 'chrono'): + if service_type in ('hobo', 'passerelle', 'welco', 'chrono', 'bijoe'): return 'backoffice' break