diff options
Diffstat (limited to 'templates/news/list.html')
-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 a6780f3..8627766 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> |