Django Comments Xtd Comments are not nesting

111 views Asked by At

I followed the tutorial on https://django-comments-xtd.readthedocs.io, everything seems to work find, the forms and the comments are working, but on the website they are not displayed properly.

instead of looking like this:

enter image description here

They all look like this

enter image description here

The reply is not nesting under the comment

but in the admin its working you can see how it nests

take a look:

enter image description here

Please help

1

There are 1 answers

0
Tata On

Try add css class container in the comment_tree.html

<div class="container media">