From d4dc901925fd389c5bf687450a558c4ab54a595c Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 6 Dec 2021 17:47:55 +0530 Subject: [PATCH] fix: rectified css path in hooks --- school/hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/school/hooks.py b/school/hooks.py index fc48ac50..78f9c751 100644 --- a/school/hooks.py +++ b/school/hooks.py @@ -19,7 +19,7 @@ app_license = "AGPL" # app_include_js = "/assets/school/js/school.js" # include js, css files in header of web template -web_include_css = "/assets/school/css/school.css" +web_include_css = "/assets/css/school.css" # web_include_css = "/assets/school/css/school.css" #web_include_js = "website.bundle.js"