diff options
-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}} |