summaryrefslogtreecommitdiffstats
path: root/templates/todolists/email_notification.txt
diff options
context:
space:
mode:
Diffstat (limited to 'templates/todolists/email_notification.txt')
-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 8b22b46..e454ec7 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.repo.name|lower }}/{{ tpkg.pkgname }} ({{ tpkg.arch.name }}) - {{ tpkg.pkg.get_full_url }}{% endfor %}
Todo list information:
Name: {{ todolist.name }}