diff --git a/lms/templates/course.html b/lms/templates/course.html
index 295101da82..884e08b816 100644
--- a/lms/templates/course.html
+++ b/lms/templates/course.html
@@ -29,7 +29,7 @@ from six import text_type
% if course.advertised_start is not None:
${_("Starts")}: ${course.advertised_start}
% else:
-
+
% endif
@@ -39,7 +39,7 @@ from six import text_type
% if course.advertised_start is not None:
${_("Starts")}:
% else:
-
${_("Starts")}:
+
${_("Starts")}:
% endif
diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html
index e33fd0f034..117eb0a6a0 100644
--- a/lms/templates/courseware/course_about.html
+++ b/lms/templates/courseware/course_about.html
@@ -249,7 +249,7 @@ from six import string_types
<%
course_date_string = course_start_date.strftime('%Y-%m-%dT%H:%M:%S%z')
%>
-
+
% endif
% endif
@@ -269,7 +269,7 @@ from six import string_types
<%
course_date_string = course_end_date.strftime('%Y-%m-%dT%H:%M:%S%z')
%>
-
+
% endif
% endif