summaryrefslogtreecommitdiffstats
path: root/templates/packages/outofdate.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-18 20:48:44 +0200
committerDan McGee <dan@archlinux.org>2011-04-18 20:48:44 +0200
commit43964627a31bbf7e583a3aeb0ab6bc5a5a108396 (patch)
treed25e71b180495fae23a711f956d2ffa0be60640f /templates/packages/outofdate.txt
parent9fd0995aa5567bc3b2df939cebb02cc6efeaa3b6 (diff)
downloadarchweb-43964627a31bbf7e583a3aeb0ab6bc5a5a108396.tar.gz
archweb-43964627a31bbf7e583a3aeb0ab6bc5a5a108396.tar.xz
Update out of date flag screen and email
Now that multiple packages get marked out of date whenever this form is processed, have the page and email itself reflect this fact. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/outofdate.txt')
-rw-r--r--templates/packages/outofdate.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt
index 93abea0..4876c31 100644
--- a/templates/packages/outofdate.txt
+++ b/templates/packages/outofdate.txt
@@ -1,9 +1,7 @@
-{% autoescape off %}{{ email }} wants to notify you that the following package may be out-of-date:
+{% autoescape off %}{{ email }} wants to notify you that the following packages may be out-of-date:
- Package Name: {{ pkg.pkgname }}
- Architecture: {{ pkg.arch.name }}
- Repository: {{ pkg.repo.name }}
- ({{ weburl }})
+{% for p in packages %}
+* {{ p.pkgname }} {{ p.full_version }} [{{ p.repo.name|lower }}] ({{ p.arch.name }}): {{ p.get_full_url }}{% endfor %}
{% if message %}
The user provided the following additional text: