summaryrefslogtreecommitdiffstats
path: root/todolists
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-07-01 19:02:14 -0400
committerDusty Phillips <buchuki@gmail.com>2008-07-01 19:02:14 -0400
commitd91e5e0268edb043a4ef9c5ed627f870b91253cc (patch)
tree859a36a4218b9bb487ee8cfdbacb9df83f5e2430 /todolists
parentbd2344b0b5ac150602508a91000ff6a1448ede9a (diff)
downloadarchweb-d91e5e0268edb043a4ef9c5ed627f870b91253cc.tar.gz
archweb-d91e5e0268edb043a4ef9c5ed627f870b91253cc.zip
mistake
Diffstat (limited to 'todolists')
-rw-r--r--todolists/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolists/views.py b/todolists/views.py
index 04cf9e77..f3576450 100644
--- a/todolists/views.py
+++ b/todolists/views.py
@@ -131,7 +131,7 @@ def send_todolist_email(todo):
send_mail('arch: Package [%s] added to Todolist' % todo.pkg.pkgname,
t.render(c),
'Arch Website Notification <nobody@archlinux.org>',
- [pkg.maintainer.email],
+ [todo.pkg.maintainer.email],
fail_silently=True)