diff --git a/zerver/context_processors.py b/zerver/context_processors.py index f9ffd019d5..42eb5f18cd 100644 --- a/zerver/context_processors.py +++ b/zerver/context_processors.py @@ -6,6 +6,7 @@ import ujson def add_settings(request): return { 'full_navbar': settings.FULL_NAVBAR, + 'localserver': settings.LOCALSERVER, } def add_metrics(request):