diff --git a/WENI-CHANGELOG.md b/WENI-CHANGELOG.md index e5c587b18dd..2c54fd80e1c 100644 --- a/WENI-CHANGELOG.md +++ b/WENI-CHANGELOG.md @@ -1,3 +1,7 @@ +1.7.17-rapidpro-7.5.129 +---------- +* Fix branding hosts + 1.7.16-rapidpro-7.5.129 ---------- * Fix compress and branding diff --git a/temba/settings.py.prod b/temba/settings.py.prod index 9db6a29c7f0..cafc7a423fe 100755 --- a/temba/settings.py.prod +++ b/temba/settings.py.prod @@ -58,7 +58,7 @@ BRANDS = [ "slug": brand_info.get("slug"), "name": brand_info.get("name"), "org": brand_info.get("org"), - "hosts": brand_info.get("hosts"), + "hosts": env.list("BRANDING_HOSTS", default=["localhost"]), "colors": env.dict("BRANDING_COLORS", default=dict(primary="#0c6596")), "styles": env.list("BRANDING_STYLES", default=["brands/rapidpro/font/style.css"]), "welcome_topup": 1000,