Fix / improve notification email subjects and bodies
This commit is contained in:
parent
5805cf52ad
commit
782950d904
4 changed files with 7 additions and 5 deletions
|
@ -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 }}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
GTD: New task - {% autoescape off %}Note: {{ task.title }}{% endautoescape %}
|
||||
A new task has been assigned to you - {% autoescape off %}{{ task.title }}{% endautoescape %}
|
Loading…
Add table
Add a link
Reference in a new issue