python-dirbtuves / website

Python dirbtuvės project web site.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Ability to reply to project comment #56

Closed niekas closed 9 years ago

niekas commented 9 years ago

Probably, ability to reply to comment would be next most useful feature for comments. The reply comment should be indented a little bit more than it's parent. To implement this you have to add recursive parent field for the comment model, just like in Event model: parent_comment = models.ForeignKey('self', null=True, blank=True).