From 32f6f7a4daeb7941c2a94d40677f9780b5a65654 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 2 Jun 2010 10:44:02 -0500 Subject: Rename todolist email template More in line with our other templates that have .txt extensions. Signed-off-by: Dan McGee --- todolists/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todolists/views.py') diff --git a/todolists/views.py b/todolists/views.py index f9024eb9..155e522b 100644 --- a/todolists/views.py +++ b/todolists/views.py @@ -141,7 +141,7 @@ def send_todolist_email(todo): 'todolist': todo.list, 'weburl': 'http://www.archlinux.org'+ todo.pkg.get_absolute_url() } - t = loader.get_template('todolists/addedtotodolist') + t = loader.get_template('todolists/email_notification.txt') c = Context(page_dict) send_mail('arch: Package [%s] added to Todolist' % todo.pkg.pkgname, t.render(c), -- cgit v1.2.3