From c2c03de22a8670f2a73a8b7d22efadfa115daa7b Mon Sep 17 00:00:00 2001 From: Adarnof Date: Fri, 15 Jul 2016 10:43:55 -0400 Subject: [PATCH] convert newlines in comment text to
--- stock/templates/registered/hrapplicationview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock/templates/registered/hrapplicationview.html b/stock/templates/registered/hrapplicationview.html index 3767d0d1..004c805f 100644 --- a/stock/templates/registered/hrapplicationview.html +++ b/stock/templates/registered/hrapplicationview.html @@ -116,7 +116,7 @@ -
{{ comment.text }}
+
{{ comment.text|linebreaks }}
{% endfor %}