diff --git a/todo/templates/todo/view_list.html b/todo/templates/todo/view_list.html index ec96fd1..ed6595c 100644 --- a/todo/templates/todo/view_list.html +++ b/todo/templates/todo/view_list.html @@ -109,7 +109,7 @@ Del {% for task in task_list %} - + {{ task.title|truncatewords:20 }} {{ task.created_date|date:"m/d/Y" }} @@ -156,7 +156,7 @@ {% for task in completed_list %} - + {{ task.title|truncatewords:20 }} {{ task.created_date|date:"m/d/Y" }}