From ff427f6d9bbcedebcdfc671bc13ab54a225b6cdf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 27 Aug 2010 09:50:55 -0500 Subject: Mark todolist description as being safe to contain HTML Hopefully we can trust our developers on this one. :) Signed-off-by: Dan McGee --- templates/todolists/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 6b6e984..1c25392 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -17,7 +17,7 @@ {% endif %} -

{{list.description|linebreaks}}

+

{{list.description|safe|linebreaks}}

-- cgit v1.2.3-24-g4f1b