Standardize how JS XModules are instantiated
This commit is contained in:
3
common/templates/xmodule_display.html
Normal file
3
common/templates/xmodule_display.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<section class="xmodule_display" data-type="${module_name}">
|
||||
${content}
|
||||
</section>
|
||||
3
common/templates/xmodule_edit.html
Normal file
3
common/templates/xmodule_edit.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<section class="xmodule_edit" data-type="${module_name}">
|
||||
${content}
|
||||
</section>
|
||||
Reference in New Issue
Block a user