From 65e45d5f69543e2957ce9a8ecb1dcbd5ff24cc6b Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Wed, 30 Jul 2008 12:59:09 -0400 Subject: fix permission bug on news --- templates/news/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/news') diff --git a/templates/news/list.html b/templates/news/list.html index a6780f3..8627766 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -2,7 +2,7 @@ {% block content %}
- {% if perms.news.add_news %} + {% if perms.main.add_news %}
Add News Item
-- cgit v1.2.3-24-g4f1b