Files
edx-platform/cms/templates/widgets/raw-edit.html

7 lines
225 B
HTML

<div class="wrapper-comp-editor" id="editor-tab">
<section class="raw-edit">
<textarea name="" class="edit-box" rows="8" cols="40">${data | h}</textarea>
</section>
</div>
<%include file="metadata-edit.html" />