diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 3024819d764..a1d37e2812d 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -19,7 +19,7 @@ app_include_js = "erpnext.bundle.js" app_include_css = "erpnext.bundle.css" web_include_js = "erpnext-web.bundle.js" web_include_css = "erpnext-web.bundle.css" -email_css = "email.bundle.css" +email_css = "email_erpnext.bundle.css" doctype_js = { "Address": "public/js/address.js", diff --git a/erpnext/public/scss/email.bundle.scss b/erpnext/public/scss/erpnext_email.bundle.scss similarity index 100% rename from erpnext/public/scss/email.bundle.scss rename to erpnext/public/scss/erpnext_email.bundle.scss