summaryrefslogtreecommitdiff
path: root/templates/news
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news')
-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>