commit | 580bc7c9228deaa500fcf26db35af1c4cea49e36 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Tue Nov 12 11:50:00 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Tue Nov 12 11:50:00 2013 +0530 |
tree | 93c07fa64cd8d3687d7321747473db97fa808573 | |
parent | b0b23112beb522afa6224026e6ddffe9a49d8eb2 [diff] |
[minor] favicon
diff --git a/startup/webutils.py b/startup/webutils.py index 218741b..ee16c90 100644 --- a/startup/webutils.py +++ b/startup/webutils.py
@@ -23,4 +23,7 @@ context.update({ "shopping_cart_enabled": cart_enabled, "post_login": post_login + context.get("post_login", []) - }) \ No newline at end of file + }) + + if not context.get("favicon"): + context["favicon"] = "app/images/favicon.ico" \ No newline at end of file