How to set maximum thread level in django-threadedcomments? -


is possible configure maximum comment thread depth? if not how set limit in code?

eventually, have obtained effect using css. example of 1 level of depth:

div.comments > ul.comment-list-wrapper > li.comment-wrapper > ul.comment-list-wrapper ul {     margin-left: 0px; } 

Comments