mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
[minor] favicon
This commit is contained in:
@@ -24,3 +24,6 @@ def get_website_settings(context):
|
|||||||
"shopping_cart_enabled": cart_enabled,
|
"shopping_cart_enabled": cart_enabled,
|
||||||
"post_login": post_login + context.get("post_login", [])
|
"post_login": post_login + context.get("post_login", [])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if not context.get("favicon"):
|
||||||
|
context["favicon"] = "app/images/favicon.ico"
|
||||||
Reference in New Issue
Block a user