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:
Abdul Rehman
2025-03-03 09:48:22 +05:00
committed by GitHub
parent 05890d25b6
commit 385ea8382e

View File

@@ -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>