mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
website: home_page fix
This commit is contained in:
@@ -10,7 +10,7 @@ def make():
|
||||
if not webnotes.conn:
|
||||
webnotes.connect()
|
||||
|
||||
home_page = website.utils.get_home_page('Guest')
|
||||
home_page = website.utils.get_home_page()
|
||||
|
||||
fname = 'js/wn-web.js'
|
||||
if os.path.basename(os.path.abspath('.'))!='public':
|
||||
|
||||
Reference in New Issue
Block a user