From c92c3e7d85f80c924b38d4a08e1da6af5e90e158 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 7 Feb 2022 17:43:57 +0100 Subject: [PATCH] improved comment formatting --- cookbook/templates/recipe_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/templates/recipe_view.html b/cookbook/templates/recipe_view.html index 70ec627e..1a55fde1 100644 --- a/cookbook/templates/recipe_view.html +++ b/cookbook/templates/recipe_view.html @@ -26,7 +26,7 @@ {{ c.updated_at }} {% trans 'by' %} {{ c.created_by.username }}
- {{ c.text }} + {{ c.text | urlize |linebreaks }}