diff --git a/docker/init.sh b/docker/init.sh index 566038cb..2fc9622e 100644 --- a/docker/init.sh +++ b/docker/init.sh @@ -24,7 +24,7 @@ bench set-redis-socketio-host redis:6379 sed -i '/redis/d' ./Procfile sed -i '/watch/d' ./Procfile -bench get-app https://github.com/mr8bit/lms.git +bench get-app https://github.com/frappe/lms.git bench new-site lms.localhost \ --force \ diff --git a/lms/lms/doctype/course_lesson/course_lesson.js b/lms/lms/doctype/course_lesson/course_lesson.js index cfc3e8a3..e07e788e 100644 --- a/lms/lms/doctype/course_lesson/course_lesson.js +++ b/lms/lms/doctype/course_lesson/course_lesson.js @@ -12,6 +12,7 @@ frappe.ui.form.on("Course Lesson", { )} `; let file_link = ` ${__("File DocType")} `; + frm.get_field("help").html(`

${__( "You can add some more additional content to the lesson using a special syntax. The table below mentions all types of dynamic content that you can add to the lessons and the syntax for the same."