fixes in blog list

This commit is contained in:
Anand Doshi
2012-07-13 01:14:52 +05:30
parent f01059fd3e
commit 200c443b72
4 changed files with 10 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ def add_comment(args=None):
return comment_html
def get_content(blog_page_name):
def get_blog_content(blog_page_name):
import website.web_cache
content = website.web_cache.get_html(blog_page_name)