evorepo/templates/todolists/email_notification.txt
Dan McGee b6efa3443e Fix template syntax error
Whoops, forgot the closing tag when I was playing with autoescape.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-06-20 21:52:50 -05:00

16 lines
386 B
Plaintext

{% autoescape off %}* Note: this is an automated message
The following package:
Package Name: {{ pkg.pkgname }}
Architecture: {{ pkg.arch.name }}
Repository: {{ pkg.repo.name }}
({{ weburl }})
has been added to this todo list:
Creator: {{todolist.creator.get_full_name}}
Name: {{todolist.name}}
Description:
{{todolist.description|wordwrap:69}}{% endautoescape %}