diff --git a/cms/templates/js/course_info_handouts.underscore b/cms/templates/js/course_info_handouts.underscore index 6ce8518a32..16d48118da 100644 --- a/cms/templates/js/course_info_handouts.underscore +++ b/cms/templates/js/course_info_handouts.underscore @@ -1,20 +1,22 @@ -Edit +<%= gettext("Edit") %> -

Course Handouts

+

<%= gettext("Course Handouts") %>

<%if (model.get('data') != null) { %>
<% } else {%> -

${_("You have no handouts defined")}

+

<%= gettext("You have no handouts defined") %>

<% } %>
-
<%=gettext("There is invalid code in your content. Please check to make sure it is valid HTML.")%>
+
+ <%= gettext("There is invalid code in your content. Please check to make sure it is valid HTML.") %> +
- Save - Cancel + <%= gettext("Save") %> + <%= gettext("Cancel") %>
diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html index 0788817b2f..30470382c1 100644 --- a/lms/templates/courseware/info.html +++ b/lms/templates/courseware/info.html @@ -40,8 +40,8 @@ $(document).ready(function(){

${_("Course Updates & News")}

${get_course_info_section(request, course, 'updates')} -
-

${course.info_sidebar_name}

+
+

${_(course.info_sidebar_name)}

${get_course_info_section(request, course, 'handouts')}
% else: