diff --git a/app/views/news/_course_show.html.erb b/app/views/news/_course_show.html.erb
index 2ef952f6d..7b5d17e43 100644
--- a/app/views/news/_course_show.html.erb
+++ b/app/views/news/_course_show.html.erb
@@ -10,7 +10,7 @@
<%=h @news.title %>
-<% if authorize_for('news', 'edit') %>
+<% if authorize_for_course('news', 'edit') %>
<%= labelled_form_for :news, @news, :url => news_path(@news),
:html => { :id => 'news-form', :multipart => true, :method => :put } do |f| %>