diff --git a/cms/templates/course_templates.html b/cms/templates/course_templates.html new file mode 100644 index 000000000000..d05fcf76a4d0 --- /dev/null +++ b/cms/templates/course_templates.html @@ -0,0 +1,90 @@ + + + + + + {{ organization }} Templates List + + + + + + +
+ {% for course in courses %} +
+
+ {{ course.metadata.title }} +
+
+

{{ course.courses_name }}

+

Course ID: {{ course.metadata.course_id }}

+

{{ course.metadata.title }}

+

{{ course.metadata.description }}

+
+
+ {% endfor %} +
+ +