honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
622 stars 165 forks source link

Implement 'render_comment_list' template tag #33

Closed vdboor closed 11 years ago

vdboor commented 12 years ago

To make django-threadedcomments a full drop-in replacement for the standard comments, it would be very useful to implement render_comment_list. It could point to different templates, such as threadedcomments/app/model/tree.html (just like the regular function looks for comments/list.html, comments/app/list.html, etc..)

Currently the template needs to be rewritten. With this tag added, the only thing needed, is replacing the load statement.

This, combined with a reasonable default template, would make development a lot easier.

vdboor commented 11 years ago

This feature has been merged, it's in v 0.9