Fix up the page title on the draft page.

This commit is contained in:
Raoul Snyman 2010-11-11 12:49:36 +02:00
commit 2c498f8143
1 changed files with 1 additions and 0 deletions

View File

@ -112,5 +112,6 @@ class PostController(BaseController):
c.list_start = pagination[u'start']
c.list_total = pagination[u'total']
c.list_end = pagination[u'end']
c.page_title = u'Draft Posts'
return render(u'/post/draft.mako')