renamed blog to blog_post and refresh issues

This commit is contained in:
Rushabh Mehta
2013-03-11 14:29:09 +05:30
parent 6316e872cd
commit b8ec3e7ecb
26 changed files with 66 additions and 162 deletions

View File

@@ -25,7 +25,7 @@ page_map = {
"template": 'html/web_page.html',
"condition_field": "published"
}),
'Blog': webnotes._dict({
'Blog Post': webnotes._dict({
"template": 'html/blog_page.html',
"condition_field": "published",
}),