From 1f72cdbfb36a5435360f16f67d25e8dbb89eeb68 Mon Sep 17 00:00:00 2001 From: Tessa Thornton Date: Tue, 28 Jul 2020 08:42:39 -0400 Subject: [PATCH] ensure preloaded css is actually used (#3047) --- src/core/server/app/views/client.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/server/app/views/client.html b/src/core/server/app/views/client.html index e6498b540..7d427fe50 100644 --- a/src/core/server/app/views/client.html +++ b/src/core/server/app/views/client.html @@ -66,6 +66,9 @@ {{ macros.css(tenant.customCSSURL) }} {% endif %} {% endif %} + {% if customCSSURL %} + {{ macros.css(customCSSURL)}} + {% endif %} {% endblock %} {% endif %}