fix: instructor notes
This commit is contained in:
@@ -521,7 +521,7 @@ const make_instructor_notes_component = () => {
|
||||
fields: [
|
||||
{
|
||||
fieldname: "instructor_notes",
|
||||
fieldtype: "Text Editor",
|
||||
fieldtype: "Text",
|
||||
default: $("#current-instructor-notes").html(),
|
||||
},
|
||||
],
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
{{ _("Instructor Notes") }}
|
||||
</div>
|
||||
<div>
|
||||
{{ lesson.instructor_notes }}
|
||||
{{ lesson.instructor_notes_html }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user