1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Added brand to configjs so we can use it on a future

This commit is contained in:
Adolfo Gómez García 2022-04-12 22:30:32 +02:00
parent aa4d157c30
commit 540a2b83be

View File

@ -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),
}