summaryrefslogtreecommitdiffstats
path: root/templates/todolists
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-06-21 04:52:47 +0200
committerDan McGee <dan@archlinux.org>2010-06-21 04:52:50 +0200
commitb6efa3443e8f85804650128aea85d3216e0b4933 (patch)
treea57d5f0c17833da68b4dbcc58cec35cbfbef29a8 /templates/todolists
parent0a3b9434165f4306a89ff270c92ea04bcc8c12ce (diff)
downloadarchweb-b6efa3443e8f85804650128aea85d3216e0b4933.tar.gz
archweb-b6efa3443e8f85804650128aea85d3216e0b4933.tar.xz
Fix template syntax error
Whoops, forgot the closing tag when I was playing with autoescape. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/todolists')
-rw-r--r--templates/todolists/email_notification.txt2
1 files changed, 1 insertions, 1 deletions
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 %}