summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-09 15:36:40 -0500
committerDan McGee <dan@archlinux.org>2011-04-09 15:36:40 -0500
commit12ff807338ccdff8f46f0d430f6b0dd56afc09bd (patch)
tree80d38e94dc35f35eca85c345cac6e224a08ba73e /templates
parent6fe08cd68901e698f4a0741e177354a45c753b46 (diff)
downloadarchweb-12ff807338ccdff8f46f0d430f6b0dd56afc09bd.tar.gz
archweb-12ff807338ccdff8f46f0d430f6b0dd56afc09bd.zip
Ascii-ize the todo list email package list
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-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 1825912c..10b50f64 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}}