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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/devel') 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 @@

Package Todo Lists

{% for todo in todos %} - {{ todo.name }} {{ todo.date_added }} {{ todo.description }} -- cgit v1.2.3-54-g00ecf