Merge branch 'latest' of github.com:webnotes/wnframework into latest

This commit is contained in:
Anand Doshi 2012-02-13 18:34:02 +05:30
commit aa2340c837

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`