diff --git a/cms/static/js/base.js b/cms/static/js/base.js
index 329624ef46..673fa6f314 100644
--- a/cms/static/js/base.js
+++ b/cms/static/js/base.js
@@ -728,7 +728,7 @@ function saveSetSectionScheduleDate(e) {
var $thisSection = $('.courseware-section[data-id="' + id + '"]');
var html = _.template(
'' +
- '' + gettext("Will Release: ") + '' +
+ '' + gettext("Will Release:") + ' ' +
gettext("<%= date %> at <%= time %> UTC") +
'' +
'' +
diff --git a/cms/templates/edit-static-page.html b/cms/templates/edit-static-page.html
deleted file mode 100644
index f1b2374b46..0000000000
--- a/cms/templates/edit-static-page.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<%inherit file="base.html" />
-<%! from django.core.urlresolvers import reverse %>
-<%block name="title">Editing Static Page%block>
-<%block name="bodyclass">is-signedin course pages edit-static-page%block>
-
-<%block name="content">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-%block>
\ No newline at end of file
diff --git a/cms/templates/editable_preview.html b/cms/templates/editable_preview.html
deleted file mode 100644
index 731fd9b1c8..0000000000
--- a/cms/templates/editable_preview.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-${content}
-
-
-
-
diff --git a/cms/templates/overview.html b/cms/templates/overview.html
index 56836b00ad..3795e9d09b 100644
--- a/cms/templates/overview.html
+++ b/cms/templates/overview.html
@@ -1,4 +1,4 @@
-/<%! from django.utils.translation import ugettext as _ %>
+<%! from django.utils.translation import ugettext as _ %>
<%inherit file="base.html" />
<%!
import logging