Merge pull request #461 from NagariaHussain/fix-meta
This commit is contained in:
@@ -27,4 +27,7 @@ frappe.ui.form.on("LMS Course", {
|
||||
};
|
||||
});
|
||||
},
|
||||
refresh: (frm) => {
|
||||
frm.add_web_link(`/courses/${frm.doc.name}`, "View in Website");
|
||||
},
|
||||
});
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{% extends "templates/base.html" %}
|
||||
|
||||
{% block meta_block %}
|
||||
{% include "templates/includes/meta_block.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "public/icons/symbol-defs.svg" %}
|
||||
|
||||
Reference in New Issue
Block a user