From be63e62637fda97444c42ffb648f6409e8a3a5c0 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 21 Apr 2020 03:06:42 +0200 Subject: [PATCH] Render comment linebreaks properly. --- drakul/raids/templates/raids/raid_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakul/raids/templates/raids/raid_detail.html b/drakul/raids/templates/raids/raid_detail.html index 8d513c3..245b3ce 100644 --- a/drakul/raids/templates/raids/raid_detail.html +++ b/drakul/raids/templates/raids/raid_detail.html @@ -104,7 +104,7 @@ {{ comment.user.main.name }} · {{ comment.date_created }}

- {{ comment.body }} + {{ comment.body | linebreaksbr }}