From a00f85e1332ca973cec807693e383accd9cdc864 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Sun, 5 Oct 2008 21:06:00 -0400 Subject: port news to django 1.0 using generic views --- templates/news/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/news/list.html') diff --git a/templates/news/list.html b/templates/news/list.html index 86277666..0edaae1d 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -9,7 +9,7 @@ {% endif %}

News Updates

- {% for item in news %} + {% for item in news_list %} -- cgit v1.2.3-54-g00ecf
{{ item.postdate }} {{ item.title }}