From 7ecb9d5819d1b4cfb67a687692854e26188dadb7 Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 25 Nov 2019 19:04:44 +0100 Subject: [PATCH] fix custom.css --- themes/bootstrap4/{custom => }/css/custom.css | 0 themes/bootstrap4/html/base.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename themes/bootstrap4/{custom => }/css/custom.css (100%) diff --git a/themes/bootstrap4/custom/css/custom.css b/themes/bootstrap4/css/custom.css similarity index 100% rename from themes/bootstrap4/custom/css/custom.css rename to themes/bootstrap4/css/custom.css diff --git a/themes/bootstrap4/html/base.html b/themes/bootstrap4/html/base.html index ba5ac49..7833e99 100644 --- a/themes/bootstrap4/html/base.html +++ b/themes/bootstrap4/html/base.html @@ -13,7 +13,7 @@ {% style "/css/bootstrap.min.css" %} {% style "/css/fonts/fontawesome/fontawesome.css" %} - {% style "/custom/css/custom.css" %} + {% style "/css/custom.css" %} {% block additional_styles %} {% endblock %}