add bookmarks page
This commit is contained in:
parent
8108967959
commit
6e72c08ef4
9 changed files with 143 additions and 9 deletions
|
@ -129,7 +129,7 @@ class PostList(FeedView, PageVoteListView, BookMarkListView):
|
|||
.order_by()
|
||||
}
|
||||
context = self.add_pagevote_context_data(context)
|
||||
|
||||
context = self.add_bookmark_context_data(context)
|
||||
return context
|
||||
|
||||
def get_comment_page(self, post):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue