diff --git a/todo/templates/todo/task_detail.html b/todo/templates/todo/task_detail.html index 8986da0..e1d63d0 100644 --- a/todo/templates/todo/task_detail.html +++ b/todo/templates/todo/task_detail.html @@ -3,22 +3,27 @@ {% block title %}Task:{{ task.title }}{% endblock %} {% block content %} - - - -
{{ task.note|safe|urlize|linebreaks }}
+{{ task.note|safe|urlize|linebreaks }}
{% endif %} -
Comments on this task
+Comments on this task
{% for comment in comment_list %}{{ comment.author.first_name }} @@ -70,7 +74,7 @@ {{ comment.body|safe|urlize|linebreaks }} {% endfor %} {% else %} -
No comments (yet).
+No comments (yet).
{% endif %}