Migrate pagevote and bookmark to use content_type
This commit is contained in:
parent
64495be799
commit
36e27321f7
19 changed files with 285 additions and 87 deletions
|
@ -270,9 +270,6 @@ class OrganizationHome(OrganizationHomeView, FeedView):
|
|||
.prefetch_related("authors__user", "organizations")
|
||||
)
|
||||
|
||||
def get_comment_page(self, post):
|
||||
return "b:%s" % post.id
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super(OrganizationHome, self).get_context_data(**kwargs)
|
||||
context["title"] = self.organization.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue