help=_("Enter the date you want to advertise as the course start date, if this date is different from the set start date. To advertise the set start date, enter null."),
help=_("Enter the date you want to advertise as the course start date, if this date is different from the set start date. To advertise the set start date, enter null."),
scope=Scope.settings
scope=Scope.settings
)
)
pre_requisite_courses=List(
display_name=_("Pre-Requisite Courses"),
help=_("Pre-Requisite Course key if this course has a pre-requisite course"),
<pclass="tip">${_("You must successfully complete {course} before you begin this course").format(course=pre_requisite_courses[0])}.</p>
</li>
% endif
% if get_course_about_section(course, "prerequisites"):
% if get_course_about_section(course, "prerequisites"):
<liclass="important-dates-item"><iclass="icon fa fa-book"></i><pclass="important-dates-item-title">${_("Prerequisites")}</p><spanclass="important-dates-item-text prerequisites">${get_course_about_section(course, "prerequisites")}</span></li>
<liclass="important-dates-item"><iclass="icon fa fa-book"></i><pclass="important-dates-item-title">${_("Requirements")}</p><spanclass="important-dates-item-text prerequisites">${get_course_about_section(course, "prerequisites")}</span></li>