Skip to content

Commit

Permalink
Merge pull request #443 from edx/tsinghuax/cms-i18n-leftovers
Browse files Browse the repository at this point in the history
CMS i18n changes from Tsinghua
  • Loading branch information
cpennington committed Jul 22, 2013
2 parents b4008f2 + 9056b09 commit cba9827
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
2 changes: 1 addition & 1 deletion cms/static/js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,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:") + '&nbsp;</strong>' +
gettext("<%= date %> at <%= time %> UTC") +
'</span>' +
'<a href="#" class="edit-button" data-date="<%= date %>" data-time="<%= time %>" data-id="<%= id %>">' +
Expand Down
41 changes: 0 additions & 41 deletions cms/templates/edit-static-page.html

This file was deleted.

13 changes: 0 additions & 13 deletions cms/templates/editable_preview.html

This file was deleted.

2 changes: 1 addition & 1 deletion cms/templates/overview.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/<%! from django.utils.translation import ugettext as _ %>
<%! from django.utils.translation import ugettext as _ %>
<%inherit file="base.html" />
<%!
import logging
Expand Down

0 comments on commit cba9827

Please sign in to comment.