diff --git a/scribeengine/controllers/post.py b/scribeengine/controllers/post.py index 6f695e3..c0b1b94 100644 --- a/scribeengine/controllers/post.py +++ b/scribeengine/controllers/post.py @@ -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')