Commit f9f0d9cc by Peter Fogg

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

Fix section release acceptance test failure.
parents 7f5aedb2 60d15149
......@@ -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 %>">' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment