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:
parent
aa4d157c30
commit
540a2b83be
@ -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),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user