Fix up the page title on the draft page.
This commit is contained in:
commit
2c498f8143
@ -112,5 +112,6 @@ class PostController(BaseController):
|
|||||||
c.list_start = pagination[u'start']
|
c.list_start = pagination[u'start']
|
||||||
c.list_total = pagination[u'total']
|
c.list_total = pagination[u'total']
|
||||||
c.list_end = pagination[u'end']
|
c.list_end = pagination[u'end']
|
||||||
|
c.page_title = u'Draft Posts'
|
||||||
return render(u'/post/draft.mako')
|
return render(u'/post/draft.mako')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user