diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/outofdate.txt | 2 | ||||
-rw-r--r-- | templates/todolists/email_notification.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt index 26ab804c..80da23d6 100644 --- a/templates/packages/outofdate.txt +++ b/templates/packages/outofdate.txt @@ -11,4 +11,4 @@ The user provided the following additional text: {{ message }} -{% endif %} +{% endif %}{% endautoescape %} diff --git a/templates/todolists/email_notification.txt b/templates/todolists/email_notification.txt index ce0a730d..1e631a32 100644 --- a/templates/todolists/email_notification.txt +++ b/templates/todolists/email_notification.txt @@ -12,4 +12,4 @@ has been added to this todo list: Creator: {{todolist.creator.get_full_name}} Name: {{todolist.name}} Description: -{{todolist.description|wordwrap:69}} +{{todolist.description|wordwrap:69}}{% endautoescape %} |