ensure preloaded css is actually used (#3047)

This commit is contained in:
Tessa Thornton
2020-07-28 08:42:39 -04:00
committed by GitHub
parent 87aba459d6
commit 1f72cdbfb3
+3
View File
@@ -66,6 +66,9 @@
{{ macros.css(tenant.customCSSURL) }}
{% endif %}
{% endif %}
{% if customCSSURL %}
{{ macros.css(customCSSURL)}}
{% endif %}
{% endblock %}
{% endif %}