diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-30 12:59:09 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-30 12:59:09 -0400 |
commit | 65e45d5f69543e2957ce9a8ecb1dcbd5ff24cc6b (patch) | |
tree | 70de8bd19e6a05aba0bd9e79cbb45bec555ea6a4 /templates | |
parent | 64c6711ff3c0ed5d5a96ca3ea8d5f494665afa01 (diff) |
fix permission bug on news
Diffstat (limited to 'templates')
-rw-r--r-- | templates/news/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html index a6780f3f..86277666 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -2,7 +2,7 @@ {% block content %} <div class="greybox"> - {% if perms.news.add_news %} + {% if perms.main.add_news %} <div style="float:right"> <a href="/news/add/">Add News Item</a> </div> |