diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-18 13:48:44 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-18 13:48:44 -0500 |
commit | 43964627a31bbf7e583a3aeb0ab6bc5a5a108396 (patch) | |
tree | d25e71b180495fae23a711f956d2ffa0be60640f /templates/packages/outofdate.txt | |
parent | 9fd0995aa5567bc3b2df939cebb02cc6efeaa3b6 (diff) |
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.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt index 93abea03..4876c316 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: |