diff --git a/plinth/__main__.py b/plinth/__main__.py index 432b6e6c7..1fe4ef30d 100644 --- a/plinth/__main__.py +++ b/plinth/__main__.py @@ -245,6 +245,7 @@ def configure_django(): STATIC_URL='/'.join([cfg.server_dir, 'static/']).replace('//', '/'), STRONGHOLD_PUBLIC_NAMED_URLS=('users:login', 'users:logout'), TEMPLATE_CONTEXT_PROCESSORS=context_processors, + USE_L10N=True, USE_X_FORWARDED_HOST=cfg.use_x_forwarded_host) django.setup()