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 --- templates/todolists/addedtotodolist | 16 ---------------- templates/todolists/email_notification.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 templates/todolists/addedtotodolist create mode 100644 templates/todolists/email_notification.txt (limited to 'templates') diff --git a/templates/todolists/addedtotodolist b/templates/todolists/addedtotodolist deleted file mode 100644 index 24fded59..00000000 --- a/templates/todolists/addedtotodolist +++ /dev/null @@ -1,16 +0,0 @@ - -* Note: this is an automated message - -The following package: - - Package Name: {{ pkg.pkgname }} - Architecture: {{ pkg.arch.name }} - Repository: {{ pkg.repo.name }} - ({{ weburl }}) - -has been added to this todo list: - -Creator: {{todolist.creator.get_full_name}} -Name: {{todolist.name}} -Description: -{{todolist.description|wordwrap:69}} diff --git a/templates/todolists/email_notification.txt b/templates/todolists/email_notification.txt new file mode 100644 index 00000000..24fded59 --- /dev/null +++ b/templates/todolists/email_notification.txt @@ -0,0 +1,16 @@ + +* Note: this is an automated message + +The following package: + + Package Name: {{ pkg.pkgname }} + Architecture: {{ pkg.arch.name }} + Repository: {{ pkg.repo.name }} + ({{ weburl }}) + +has been added to this todo list: + +Creator: {{todolist.creator.get_full_name}} +Name: {{todolist.name}} +Description: +{{todolist.description|wordwrap:69}} -- cgit v1.2.3-54-g00ecf