diff --git a/cms/templates/js/course-outline.underscore b/cms/templates/js/course-outline.underscore
index 9b8095b2a4..29c0c1aca9 100644
--- a/cms/templates/js/course-outline.underscore
+++ b/cms/templates/js/course-outline.underscore
@@ -165,7 +165,7 @@ if (is_proctored_exam) {
<%= gettext('Graded as:') %>
<%= gradingType %>
- <% if (xblockInfo.get('due_date')) { %>
+ <% if (xblockInfo.get('due_date') && !course.get('self_paced')) { %>
<%= gettext('Due:') %> <%= xblockInfo.get('due_date') %>
<% } %>