Changeset - 031ee3807e84
[Not reviewed]
0 1 0
Patrick Altman - 9 years ago 2015-10-17 00:54:11
paltman@gmail.com
Fix typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/reviews/models.py
Show inline comments
...
 
@@ -312,7 +312,7 @@ class Comment(models.Model):
 
        verbose_name_plural = _("comments")
 

	
 
    def save(self, *args, **kwargs):
 
        self.comment_html = parse(self.comment)
 
        self.text_html = parse(self.text)
 
        return super(Comment, self).save(*args, **kwargs)
 

	
 

	
0 comments (0 inline, 0 general)