From 7f371aa7a9a8b59d6d0357d4554afb89090919f9 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Mon, 19 Jul 2021 17:40:30 +0530 Subject: [PATCH] fix: remove references to old styles in the hooks Old styles were removed in #157, but a reference to it was hanging around in the hooks. --- community/hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/community/hooks.py b/community/hooks.py index 691d75ee..7fc2643b 100644 --- a/community/hooks.py +++ b/community/hooks.py @@ -19,7 +19,6 @@ app_license = "AGPL" # app_include_js = "/assets/community/js/community.js" # include js, css files in header of web template -web_include_css = "community.bundle.css" # web_include_css = "/assets/community/css/community.css" # web_include_js = "/assets/community/js/community.js"