diff --git a/webnotes/boot.py b/webnotes/boot.py index 1a4302e87c..4c82d418ac 100644 --- a/webnotes/boot.py +++ b/webnotes/boot.py @@ -103,7 +103,7 @@ def get_fullnames(): d = {} for r in ret: if not r[2]: - r[2] = 'lib/images/ui/avatar.png' + r[2] = '/assets/webnotes/images/ui/avatar.png' else: r[2] = r[2]