From b843b63240093710a0eee238797cc8c9a089bca4 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Sat, 26 Oct 2019 21:38:29 +0200 Subject: [PATCH] Improve raid comments styling. --- drakul/raids/templates/raids/raid_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drakul/raids/templates/raids/raid_detail.html b/drakul/raids/templates/raids/raid_detail.html index bad5613..9bd9bc0 100644 --- a/drakul/raids/templates/raids/raid_detail.html +++ b/drakul/raids/templates/raids/raid_detail.html @@ -61,14 +61,14 @@ {% endfor %}
-
Comments
+
Comments
{% for comment in raid.comments.all %}
-
+

{{ comment.user.main.name }} · {{ comment.date_created }} -

+

{{ comment.body }}