From 763ad2044dc4b49a25065319c60d333f2f0ba643 Mon Sep 17 00:00:00 2001 From: Artemiy Mazaew Date: Sun, 7 Jan 2024 03:49:57 +0300 Subject: [PATCH] fix init.sh --- docker/init.sh | 2 +- lms/lms/doctype/course_lesson/course_lesson.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/init.sh b/docker/init.sh index 566038cb6..2fc9622ea 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 cfc3e8a33..e07e788e4 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."