summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-07-30 12:59:09 -0400
committerDusty Phillips <buchuki@gmail.com>2008-07-30 12:59:09 -0400
commit65e45d5f69543e2957ce9a8ecb1dcbd5ff24cc6b (patch)
tree70de8bd19e6a05aba0bd9e79cbb45bec555ea6a4 /templates
parent64c6711ff3c0ed5d5a96ca3ea8d5f494665afa01 (diff)
downloadarchweb-65e45d5f69543e2957ce9a8ecb1dcbd5ff24cc6b.tar.gz
archweb-65e45d5f69543e2957ce9a8ecb1dcbd5ff24cc6b.zip
fix permission bug on news
Diffstat (limited to 'templates')
-rw-r--r--templates/news/list.html2
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>