Allow due-dates for self-paced courses in the course outline

This commit is contained in:
Calen Pennington
2020-02-21 11:58:17 -05:00
parent 629b772172
commit 645c70a140

View File

@@ -91,7 +91,7 @@ self_paced = context.get('self_paced', False)
##
## Exam subsections expose exam status message field as well as a status icon
<%
if subsection.get('due') is None or self_paced:
if subsection.get('due') is None:
# examples: Homework, Lab, etc.
data_string = subsection.get('format')
data_datetime = ""