Skip to content
Discussion options

You must be logged in to vote

Hi @ogurec-ogurec , for the current version the answer depends on how you use the app. If you use the render_xtdcomment_tree tag the template to rewrite is django_comments_xtd/comment_tree.html. But if you use the ReactJS plugin, the code that renders the comment is in the comment.jsx file, in static/django_comments_xtd/js/src/.

And finally, when you don't use nested comments nor the ReactJS plugin, but the template tag render_comment_list, from the parent app django-comments. In this case the template used is comments/list.html.

Based on the image you post I can see you use nested comments, so it's either comment_tree.html or the comment.jsx file.

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
12 replies
@danirus
Comment options

@ogurec-ogurec
Comment options

@danirus
Comment options

@ogurec-ogurec
Comment options

@ogurec-ogurec
Comment options

Answer selected by ogurec-ogurec
Comment options

You must be logged in to vote
2 replies
@danirus
Comment options

@ogurec-ogurec
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #244 on December 18, 2020 07:38.