blob: 3abd192b52d703175469719cbd3788a99ffa09dd [file] [log] [blame]
Rushabh Mehtaad45e312013-11-20 12:59:58 +05301# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
Rushabh Mehtae67d1fb2013-08-05 14:59:54 +05302# License: GNU General Public License v3. See license.txt
3
Anand Doshi9a4a13c2013-12-31 17:38:21 +05304from __future__ import unicode_literals
5
Anand Doshib0d996f2013-09-10 18:29:39 +05306import webnotes
Rushabh Mehtaf4de3332013-09-10 15:49:18 +05307
Rushabh Mehtac652a622013-12-16 12:48:22 +05308def update_website_context(context):
Anand Doshi580bc7c2013-11-12 11:50:00 +05309 if not context.get("favicon"):
10 context["favicon"] = "app/images/favicon.ico"