Skip to content

Commit

Permalink
refactor: deleting comment-list section
Browse files Browse the repository at this point in the history
  • Loading branch information
rzashakeri committed Jul 4, 2022
1 parent 98f47d0 commit cba2fdf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions post/templates/post/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,4 @@
{% include "post/components/save_component.html" %}
</div>

<div id="comment-list">
{% for comment in post.comment_set.all %}
<div id="comment-{{ comment.id }}">
{% include "comment/comment.html" with comment=comment %}
</div>
{% endfor %}
</div>
</div>

0 comments on commit cba2fdf

Please sign in to comment.