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/email_notification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/todolists/email_notification.txt') diff --git a/templates/todolists/email_notification.txt b/templates/todolists/email_notification.txt index 1e631a32..abe1dbf3 100644 --- a/templates/todolists/email_notification.txt +++ b/templates/todolists/email_notification.txt @@ -12,4 +12,4 @@ has been added to this todo list: Creator: {{todolist.creator.get_full_name}} Name: {{todolist.name}} Description: -{{todolist.description|wordwrap:69}}{% endautoescape %} +{{todolist.description|striptags|wordwrap:69}}{% endautoescape %} -- cgit v1.2.3-54-g00ecf