Merge branch 'latest' of github.com:webnotes/wnframework into latest
This commit is contained in:
commit
aa2340c837
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ def get(name):
|
|||
"""
|
||||
return Page(name).load()
|
||||
|
||||
@webnotes.whitelist()
|
||||
@webnotes.whitelist(allow_guest=True)
|
||||
def getpage():
|
||||
"""
|
||||
Load the page from `webnotes.form` and send it via `webnotes.response`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue