remove 'no comments yet' message on empty thread

This commit is contained in:
Iris Lightshard 2020-04-28 19:13:31 -04:00
parent 8aee826f7d
commit bd3b661706
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -18,8 +18,6 @@
<div class="datetime">{{ comment.comment_date }}</div> <div class="datetime">{{ comment.comment_date }}</div>
<div class="commentdata">{{ comment.comment_data }}</div> <div class="commentdata">{{ comment.comment_data }}</div>
</div> </div>
{% empty %}
<p>No comments yet!</p>
{% endfor %} {% endfor %}
<p> Post a comment</p> <p> Post a comment</p>