From 898a56db8a6ac6d017bbb451e303e8dedc92950c Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Tue, 21 May 2024 14:42:49 +0200 Subject: [PATCH] # Comment card * adds proper line break rendering in comment card --- konova/templates/konova/includes/comment_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/konova/templates/konova/includes/comment_card.html b/konova/templates/konova/includes/comment_card.html index d9ea59b..51a5667 100644 --- a/konova/templates/konova/includes/comment_card.html +++ b/konova/templates/konova/includes/comment_card.html @@ -20,7 +20,7 @@
- {{obj.comment}} + {{obj.comment|linebreaks}}