From cb9c74eff8f7c3469cc5e84477074c138ed555df Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 5 Jul 2010 22:20:28 -0500 Subject: Add absolute URL method for todo lists Signed-off-by: Dan McGee --- templates/devel/index.html | 2 +- templates/todolists/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/devel/index.html b/templates/devel/index.html index 25429ecf..d2dd155d 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 e4b426bb..95eb3ee8 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