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/public_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/todolists/public_list.html') diff --git a/templates/todolists/public_list.html b/templates/todolists/public_list.html index e2f2ef9a..72841200 100644 --- a/templates/todolists/public_list.html +++ b/templates/todolists/public_list.html @@ -9,7 +9,7 @@

Developer Todo Lists

{% for list in todo_lists %}

{{list.name}}

-

{{list.description}}

+

{{list.description|safe}}

    {% for pkg in list.packages %}
  • {{pkg.pkg.pkgname}}
  • -- cgit v1.2.3-54-g00ecf