Don't try to send notification email if assigned_to is blank
- Supports unassigned tasks
This commit is contained in:
parent
5cbfc554ee
commit
91c0075ccf
2 changed files with 14 additions and 15 deletions
|
@ -10,9 +10,6 @@ Note: {{ task.note }}
|
|||
{% endautoescape %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
||||
|
||||
Task details/comments:
|
||||
http://{{ site }}{% url 'todo:task_detail' task.id %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue