diff --git a/todo/models.py b/todo/models.py index 241ac69..b378b02 100644 --- a/todo/models.py +++ b/todo/models.py @@ -155,4 +155,4 @@ class Comment(models.Model): ) def __str__(self): - return self.snippet() + return self.snippet