From 12ff807338ccdff8f46f0d430f6b0dd56afc09bd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sat, 9 Apr 2011 15:36:40 -0500 Subject: Ascii-ize the todo list email package list 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 1825912..10b50f6 100644 --- a/templates/todolists/email_notification.txt +++ b/templates/todolists/email_notification.txt @@ -1,7 +1,7 @@ {% autoescape off %}The todo list {{ todolist.name }} has had the following packages added to it for which you are a maintainer: {% for tpkg in todo_packages %} -{{ tpkg.pkg.repo.name|lower }}/{{ tpkg.pkg.pkgname }} ({{ tpkg.pkg.arch.name }}) - {{ tpkg.pkg.get_full_url }}{% endfor %} +* {{ tpkg.pkg.repo.name|lower }}/{{ tpkg.pkg.pkgname }} ({{ tpkg.pkg.arch.name }}) - {{ tpkg.pkg.get_full_url }}{% endfor %} Todo list information: Creator: {{todolist.creator.get_full_name}} -- cgit v1.2.3-24-g4f1b