From b6efa3443e8f85804650128aea85d3216e0b4933 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 20 Jun 2010 21:52:47 -0500 Subject: Fix template syntax error Whoops, forgot the closing tag when I was playing with autoescape. Signed-off-by: Dan McGee --- templates/todolists/email_notification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/todolists') diff --git a/templates/todolists/email_notification.txt b/templates/todolists/email_notification.txt index ce0a730..1e631a3 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}} +{{todolist.description|wordwrap:69}}{% endautoescape %} -- cgit v1.2.3-24-g4f1b