diff --git a/erpnext/www/lms/course.html b/erpnext/www/lms/course.html new file mode 100644 index 00000000000..2e414a03695 --- /dev/null +++ b/erpnext/www/lms/course.html @@ -0,0 +1,77 @@ +{% extends "templates/base.html" %} +{% block title %}{{ course.course_name }}{% endblock %} + +{% block head_include %} + +{% endblock %} + + +{% macro card(topic, index, length) %} +