diff --git a/templates/post.html b/templates/post.html index 124f79d..8fb8fff 100644 --- a/templates/post.html +++ b/templates/post.html @@ -14,39 +14,51 @@ {% endfor %} -
{{ comment.text }}
+ +No comments yet. Be the first to comment!
+No comments yet. Be the first to comment!
{% endif %} {% if g.user %} - +Log in to leave a comment.
+Log in to leave a comment.
{% endif %}