Skip to content

Commit

Permalink
fix init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mr8bit committed Jan 7, 2024
1 parent fc803f3 commit 763ad20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions lms/lms/doctype/course_lesson/course_lesson.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ frappe.ui.form.on("Course Lesson", {
)} </a>`;
let file_link = `<a href="/app/file"> ${__("File DocType")} </a>`;


frm.get_field("help").html(`
<p>${__(
"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."
Expand Down

0 comments on commit 763ad20

Please sign in to comment.