0

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

fnuff
  • 69
  • 2
  • 9

1 Answers1

0

Try add css class container in the comment_tree.html

<div class="container media">
Harsh Mangalam
  • 1,116
  • 1
  • 10
  • 19
Tata
  • 1