fix: Remove duplicate imports of js files in instructor dashboard pages (#36289)
Co-authored-by: Abdul Rehman <abdul.rehman02@A006-01628.local>
This commit is contained in:
@@ -61,7 +61,6 @@ from openedx.core.djangolib.js_utils import (
|
||||
<%static:webpack entry='HtmlBlockEditor'/>
|
||||
<link rel="stylesheet" href="${static.url('css/HtmlBlockEditor.css')}">
|
||||
<%static:js group='instructor_dash'/>
|
||||
<%static:js group='application'/>
|
||||
|
||||
## Backbone classes declared explicitly until RequireJS is supported
|
||||
<script type="text/javascript" src="${static.url('js/models/notification.js')}"></script>
|
||||
|
||||
Reference in New Issue
Block a user