diff --git a/lms/templates/courseware/courses.html b/lms/templates/courseware/courses.html index 0355143715c9..d57182826570 100644 --- a/lms/templates/courseware/courses.html +++ b/lms/templates/courseware/courses.html @@ -34,339 +34,352 @@ <%block name="pagetitle">${_("Courses")}%block> - - - - % if course_discovery_enabled: - + + + % if course_discovery_enabled: + - - - % if filter_enabled: - - - - - Filter - - 3 - - - % endif - - - - - - - - ${_('Search for a course')} - - - - ${_('Loading')} - + + + % if filter_enabled: + + + + + Filter + + 3 + + + % endif + + + + + + + + ${_('Search for a course')} + + + + ${_('Loading')} + + + + - - - - - - % if sortby_enabled: - - - Sort by: - - - - - % endif + - - + % if sortby_enabled: + + + Sort by: + + + + + % endif - - find for "" - + + + + find for "" + + + - - - % endif - - - + % endif + + + + - - - - - %for course in courses: - - <%include file="../course.html" args="course=course" /> - - %endfor - - - - - + }); + + + \ No newline at end of file