From 6d54d5b12990718b1a0d94389deb05a5605382cd Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Fri, 7 Nov 2014 23:43:57 -0800 Subject: [PATCH] Remove deprecated cycle tag from templates --- todo/templates/todo/view_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }}