From 30ce7d0bc06355cc6e23c141aa1cacccdfe7c3d4 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 13 Feb 2012 13:42:15 +0100 Subject: [PATCH] whitelist fixes --- py/webnotes/widgets/page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/webnotes/widgets/page.py b/py/webnotes/widgets/page.py index 25711f47f5..09a1d26e7a 100644 --- a/py/webnotes/widgets/page.py +++ b/py/webnotes/widgets/page.py @@ -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`