diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 19:15:00 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 19:15:00 -0400 |
commit | 902802e14b94a9dd7d3422dcacb4f92cfbb028c2 (patch) | |
tree | 5d929c9e9904d2c122a04d6d974c076bbe0cffba | |
parent | eb6feb5e6d2959c61fd0af881c05fb643d123514 (diff) |
make the notification e-mail include description
-rw-r--r-- | templates/todolists/addedtotodolist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/todolists/addedtotodolist b/templates/todolists/addedtotodolist index 55ba8ea2..c325c470 100644 --- a/templates/todolists/addedtotodolist +++ b/templates/todolists/addedtotodolist @@ -13,4 +13,4 @@ has been added to this to-do list: Creator: {{todolist.creator.get_full_name}} Name: {{todolist.name}} Description: -{{description|wordwrap:69}} +{{todolist.description|wordwrap:69}} |