diff options
author | Derek Stevens <nilix@nilfm.cc> | 2020-04-28 19:13:31 -0400 |
---|---|---|
committer | Derek Stevens <nilix@nilfm.cc> | 2020-04-28 19:13:31 -0400 |
commit | bd3b6617067c3d06405b32e99ca1483ed7898254 (patch) | |
tree | 5d36f8ae480531b2587623c98c84d77cd4f1160c | |
parent | 8aee826f7ddc03fd20cadfe2a4fab5f521fdbc04 (diff) |
remove 'no comments yet' message on empty thread
-rw-r--r-- | templates/comments/thread.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/comments/thread.html b/templates/comments/thread.html index d249925..36cbf79 100644 --- a/templates/comments/thread.html +++ b/templates/comments/thread.html @@ -18,8 +18,6 @@ <div class="datetime">{{ comment.comment_date }}</div> <div class="commentdata">{{ comment.comment_data }}</div> </div> - {% empty %} - <p>No comments yet!</p> {% endfor %} <p> Post a comment</p> |