fix: quiz list in lesson page
This commit is contained in:
@@ -116,15 +116,6 @@
|
||||
|
||||
{%- block script %}
|
||||
{{ super() }}
|
||||
{% if is_moderator %}
|
||||
<script>
|
||||
frappe.boot.user = {
|
||||
"can_create": [],
|
||||
"can_select": ["LMS Quiz"],
|
||||
"can_read": ["LMS Quiz"]
|
||||
};
|
||||
</script>
|
||||
{% endif %}
|
||||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/paragraph@latest"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@editorjs/header@latest"></script>
|
||||
|
||||
Reference in New Issue
Block a user