diff --git a/todo/templates/todo/include/task_edit.html b/todo/templates/todo/include/task_edit.html index cabee0c..3713958 100644 --- a/todo/templates/todo/include/task_edit.html +++ b/todo/templates/todo/include/task_edit.html @@ -3,8 +3,7 @@
{{ task.note|safe|urlize|linebreaks }}
- {{ field.errors }} - {{ field }} -
Merging is a destructive operation. This task will not exist anymore, and comments will be moved to the target task.
+ {{ field.errors }} + {{ field }} +
- {{ comment.author_text }}, + + + + {% if comment.email_message_id %} + email + {% endif %} + {{ comment.author_text }} + + {{ comment.date|date:"F d Y P" }} - - - {{ comment.body|safe|urlize|linebreaks }} + + + + {{ comment.body|safe|urlize|linebreaks }} + + {% endfor %} {% else %} No comments (yet). {% endif %}