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 +- templates/todolists/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} diff --git a/templates/todolists/list.html b/templates/todolists/list.html index 95eb3ee8..60e347dc 100644 --- a/templates/todolists/list.html +++ b/templates/todolists/list.html @@ -25,7 +25,7 @@ {% for list in lists %} - {{ list.name }} {{ list.date_added }} {{ list.creator.get_full_name }} -- cgit v1.2.3-55-g3dc8