added writers page

This commit is contained in:
Rushabh Mehta
2013-03-08 11:00:18 +05:30
parent a2deb68776
commit 1dd330177d
7 changed files with 54 additions and 16 deletions

View File

@@ -42,7 +42,8 @@ page_map = {
page_settings_map = {
"about": "About Us Settings",
"contact": "Contact Us Settings",
"blog": "website.helpers.blog.get_blog_template_args"
"blog": "website.helpers.blog.get_blog_template_args",
"writers": "website.helpers.blog.get_writers_args"
}
def render(page_name):