From 21f0c87def7f2d223671a620d986729e91909f67 Mon Sep 17 00:00:00 2001 From: qtw97 Date: Mon, 27 Nov 2023 22:32:44 -0500 Subject: [PATCH] fix: fix indentation --- lms/templates/courseware/courses.html | 483 +++++++++++++------------- 1 file changed, 248 insertions(+), 235 deletions(-) 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")} -
-
-
- % if course_discovery_enabled: -
+
+
+ % if course_discovery_enabled: +
-
- - % endif - - - + % endif + + + + - - -
-
    - %for course in courses: -
  • - <%include file="../course.html" args="course=course" /> -
  • - %endfor -
-
- - -
+ }); + +
+
\ No newline at end of file