Fix / improve notification email subjects and bodies

This commit is contained in:
Scot Hacker 2018-04-08 23:32:52 -07:00
parent 5805cf52ad
commit 782950d904
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{{ task.assigned_to.first_name }} -
A new task on the list {{ task.task_list.name }} has been assigned to you by {{ task.created_by.get_full_name }:
A new task on the list {{ task.task_list.name }} has been assigned to you by {{ task.created_by.get_full_name }}:
{{ task.title }}

View file

@ -1 +1 @@
GTD: New task - {% autoescape off %}Note: {{ task.title }}{% endautoescape %}
A new task has been assigned to you - {% autoescape off %}{{ task.title }}{% endautoescape %}