Fix comment display
This commit is contained in:
parent
69c782fd59
commit
4849dc93fb
1 changed files with 1 additions and 1 deletions
|
@ -155,4 +155,4 @@ class Comment(models.Model):
|
|||
)
|
||||
|
||||
def __str__(self):
|
||||
return self.snippet()
|
||||
return self.snippet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue