mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
fixes in blog list
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user