diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 18:43:37 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 18:43:37 -0400 |
commit | 94740a101678944e44f4b29d9805e85c3cf50d45 (patch) | |
tree | 862ef3bebcd6a68a0935938bb8b90fe8c9c28da2 /templates | |
parent | 19ee71a9aa7363922a3d9eefb0b6703cec6126ef (diff) |
add reminder e-mails to todo lists
Diffstat (limited to 'templates')
-rw-r--r-- | templates/todolists/addedtotodolist | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/todolists/addedtotodolist b/templates/todolists/addedtotodolist new file mode 100644 index 00000000..55ba8ea2 --- /dev/null +++ b/templates/todolists/addedtotodolist @@ -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 to-do list: + +Creator: {{todolist.creator.get_full_name}} +Name: {{todolist.name}} +Description: +{{description|wordwrap:69}} |