Merge pull request #402 from edx/peter-fogg/fix-section-release-tests
Fix section release acceptance test failure.
This commit is contained in:
@@ -734,7 +734,7 @@ function saveSetSectionScheduleDate(e) {
|
||||
var $thisSection = $('.courseware-section[data-id="' + id + '"]');
|
||||
var html = _.template(
|
||||
'<span class="published-status">' +
|
||||
'<strong>' + gettext("Will Release:") + '</strong>' +
|
||||
'<strong>' + gettext("Will Release: ") + '</strong>' +
|
||||
gettext("<%= date %> at <%= time %> UTC") +
|
||||
'</span>' +
|
||||
'<a href="#" class="edit-button" data-date="<%= date %>" data-time="<%= time %>" data-id="<%= id %>">' +
|
||||
|
||||
Reference in New Issue
Block a user