mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 04:41:41 +01:00
Merge branch 'make-request-available' into 'master'
[CHANGE] Make the `request` object available in theme js/css templates See merge request allianceauth/allianceauth!1761
This commit is contained in:
commit
0447697106
@ -37,7 +37,8 @@ def get_theme(request):
|
||||
|
||||
def get_theme_context(request):
|
||||
return {
|
||||
'theme': get_theme(request)
|
||||
'theme': get_theme(request),
|
||||
'request': request
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user