Merge branch 'main' of https://github.com/frappe/lms into state-validation

This commit is contained in:
Jannat Patel
2023-09-25 09:48:09 +05:30
3 changed files with 5 additions and 3 deletions

View File

@@ -449,7 +449,7 @@ const make_instructor_notes_component = () => {
fields: [
{
fieldname: "instructor_notes",
fieldtype: "Text Editor",
fieldtype: "Text",
default: $("#current-instructor-notes").html(),
},
],

View File

@@ -161,7 +161,7 @@
{{ _("Instructor Notes") }}
</div>
<div>
{{ lesson.instructor_notes }}
{{ lesson.instructor_notes_html }}
</div>
</div>
{% endif %}