From e95b337edc826ce653d4b63a85b40d527ce0d76e Mon Sep 17 00:00:00 2001 From: mpeltriaux Date: Mon, 14 Mar 2022 14:50:28 +0100 Subject: [PATCH] #132 Comment card * improves multiline content rendering for comment card template --- 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 a84f378e..a0d72deb 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}}