diff --git a/server/src/uds/web/util/configjs.py b/server/src/uds/web/util/configjs.py index 3bb9b76a7..a63de1fb0 100644 --- a/server/src/uds/web/util/configjs.py +++ b/server/src/uds/web/util/configjs.py @@ -197,6 +197,7 @@ def udsJs(request: 'ExtendedHttpRequest') -> str: 'clientDownload': reverse('page.client-download'), # Launcher URL if exists 'launch': request.session.get('launch', ''), + 'brand': settings.UDSBRAND if hasattr(settings, 'UDSBRAND') else '' }, 'min_for_filter': GlobalConfig.SITE_FILTER_MIN.getInt(True), }