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