Commit fc0e6ade authored by Ysabella Panghulan's avatar Ysabella Panghulan

changed self.author to self.body in forum models

parent 03d1052b
......@@ -19,4 +19,4 @@ class Reply(models.Model):
forum_post = models.ForeignKey(ForumPost, on_delete = models.CASCADE)
def __str__(self):
return self.author
return self.body
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment