From 41dc37c8126f062257ce7d5fc8fcf84286b55a88 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 20 Sep 2010 16:10:09 -0500 Subject: Update news views to use slug instead of ID Signed-off-by: Dan McGee --- templates/news/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/news/list.html') diff --git a/templates/news/list.html b/templates/news/list.html index 14ba79b..26e8c26 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -34,11 +34,11 @@ {{ item.author.get_full_name }} {% if perms.main.change_news %} - Edit {% endif %} {% if perms.main.delete_news %} -   Delete {% endif %} -- cgit v1.2.3-24-g4f1b