[website] [cleanup] moved website generic utils to framework

This commit is contained in:
Rushabh Mehta
2013-04-02 10:41:37 +05:30
parent 7692352390
commit 9db1a68d89
18 changed files with 150 additions and 379 deletions

View File

@@ -5,7 +5,7 @@ from __future__ import unicode_literals
import webnotes
from webnotes.utils import cstr
from website.utils import build_html, delete_page_cache
from webnotes.webutils import build_html, delete_page_cache
@webnotes.whitelist(allow_guest=True)