diff --git a/templates/view.html b/templates/view.html index 5695cf2..9796c0d 100644 --- a/templates/view.html +++ b/templates/view.html @@ -28,7 +28,6 @@

Author: {{ content.username }}

Publication Date: {{ content.publication_date }}

@@ -141,31 +140,5 @@

You need to log in to vote.

{% endif %}
- -
-

Comments

- {% if comments %} - - {% else %} -

No comments yet. Be the first to comment!

- {% endif %} - {% if current_user.is_authenticated %} -
- - -
- {% else %} -

You need to log in to comment.

- {% endif %} -