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
|
@ -412,9 +412,6 @@ class ContestDetail(
|
|||
):
|
||||
template_name = "contest/contest.html"
|
||||
|
||||
def get_comment_page(self):
|
||||
return "c:%s" % self.object.key
|
||||
|
||||
def get_title(self):
|
||||
return self.object.name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue