remove 'no comments yet' message on empty thread
This commit is contained in:
parent
8aee826f7d
commit
bd3b661706
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue