diff --git a/project_2/commerce/auctions/templates/auctions/listing.html b/project_2/commerce/auctions/templates/auctions/listing.html index 0e1dfc7..ee7c4be 100644 --- a/project_2/commerce/auctions/templates/auctions/listing.html +++ b/project_2/commerce/auctions/templates/auctions/listing.html @@ -70,16 +70,20 @@

{{ listing.bid }}€

Comments

{% if user.is_authenticated %} -
- {% csrf_token %} {{ comment_form.as_p }} - - -
+
+
+ {% csrf_token %} {{ comment_form.as_p }} + + +
+
{% endif %} {% for comment in comments %} -
-

{{ comment.commenter.username }} ({{ comment.timestamp }}):

-

{{ comment.comment }}

+
+
+

{{ comment.commenter.username }} ({{ comment.timestamp }}):

+

{{ comment.comment }}

+
{% empty %}

No comments yet. Be the first to comment!