From 8ce58ee97a5ac64e6b2549258d7a0ca5f334f6e3 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Thu, 22 Jul 2010 13:59:34 -0600 Subject: Remove an extra trailing slash that is causing a broken url on todolists. Signed-off-by: Dan McGee --- templates/devel/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/devel/index.html') diff --git a/templates/devel/index.html b/templates/devel/index.html index cba9e761..7ed66bbb 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -24,7 +24,7 @@ {% for todo in todos %} - {{ todo.name }} {{ todo.date_added }} {{ todo.description }} -- cgit v1.2.3