[website] [minor] moving website helper methods to doctypes

This commit is contained in:
Rushabh Mehta
2013-09-09 11:32:24 +05:30
parent 78ffe46cd5
commit 46089dbc97
19 changed files with 131 additions and 155 deletions

View File

@@ -28,7 +28,7 @@ var blog = {
method: "GET",
url: "server.py",
data: {
cmd: "website.helpers.blog.get_blog_list",
cmd: "website.doctype.blog_post.blog_post.get_blog_list",
start: blog.start,
by: get_url_arg("by"),
category: get_url_arg("category")