mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
Make settings.LOCALSERVER available as localserver inside templates
(imported from commit 4f0cfd1f1015061942f603cbc03a253a713a9f83)
This commit is contained in:
@@ -6,6 +6,7 @@ import ujson
|
||||
def add_settings(request):
|
||||
return {
|
||||
'full_navbar': settings.FULL_NAVBAR,
|
||||
'localserver': settings.LOCALSERVER,
|
||||
}
|
||||
|
||||
def add_metrics(request):
|
||||
|
||||
Reference in New Issue
Block a user