[minor] favicon
This commit is contained in:
parent
b0b23112be
commit
580bc7c922
@ -23,4 +23,7 @@ def get_website_settings(context):
|
||||
context.update({
|
||||
"shopping_cart_enabled": cart_enabled,
|
||||
"post_login": post_login + context.get("post_login", [])
|
||||
})
|
||||
})
|
||||
|
||||
if not context.get("favicon"):
|
||||
context["favicon"] = "app/images/favicon.ico"
|
Loading…
x
Reference in New Issue
Block a user