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 ++-- templates/news/view.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/news') 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 %} diff --git a/templates/news/view.html b/templates/news/view.html index 1c92fe7..86a412d 100644 --- a/templates/news/view.html +++ b/templates/news/view.html @@ -9,9 +9,9 @@ {% if perms.main.change_news %} {% endif %} -- cgit v1.2.3-24-g4f1b