diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html
index 5df09207b1..27dca4363e 100644
--- a/lms/templates/courseware/course_navigation.html
+++ b/lms/templates/courseware/course_navigation.html
@@ -46,7 +46,7 @@ def url_class(url):
% if staff_access:
Instructor
% endif
-
+ <%block name="extratabs" />
diff --git a/lms/templates/discussion/_discussion_course_navigation.html b/lms/templates/discussion/_discussion_course_navigation.html
new file mode 100644
index 0000000000..13b291196b
--- /dev/null
+++ b/lms/templates/discussion/_discussion_course_navigation.html
@@ -0,0 +1,5 @@
+<%inherit file="../courseware/course_navigation.html" />
+
+<%block name="extratabs">
+ New Post
+%block>
\ No newline at end of file
diff --git a/lms/templates/discussion/index.html b/lms/templates/discussion/index.html
index ed8cb765f2..182aacd82d 100644
--- a/lms/templates/discussion/index.html
+++ b/lms/templates/discussion/index.html
@@ -17,7 +17,7 @@
<%static:js group='discussion'/>
%block>
-<%include file="../courseware/course_navigation.html" args="active_page='discussion'" />
+<%include file="_discussion_course_navigation.html" args="active_page='discussion'" />
<%include file="_new_post.html" />
diff --git a/lms/templates/discussion/single_thread.html b/lms/templates/discussion/single_thread.html
index ee1ef9c269..507c24f6d6 100644
--- a/lms/templates/discussion/single_thread.html
+++ b/lms/templates/discussion/single_thread.html
@@ -20,38 +20,7 @@
%block>
-
+<%include file="_discussion_course_navigation.html" args="active_page='discussion'"/>
<%include file="_new_post.html" />