Merge pull request #402 from edx/peter-fogg/fix-section-release-tests

Fix section release acceptance test failure.
This commit is contained in:
Peter Fogg
2013-07-15 07:08:30 -07:00

View File

@@ -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 %>">' +