whitelist fixes

This commit is contained in:
Rushabh Mehta 2012-02-13 13:42:15 +01:00
parent ec2435dcd4
commit 30ce7d0bc0

View file

@ -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`