diff --git a/cms/templates/js/course-outline.underscore b/cms/templates/js/course-outline.underscore index 0f83b02e59..9110793fc5 100644 --- a/cms/templates/js/course-outline.underscore +++ b/cms/templates/js/course-outline.underscore @@ -235,7 +235,7 @@ if (is_proctored_exam) { <% } %>
- <% } else if (xblockInfo.get('due_date') || xblockInfo.get('graded')) { %> + <% } else if ((xblockInfo.get('due_date') && !course.get('self_paced')) || xblockInfo.get('graded')) { %><%- gettext('Graded as:') %>