Files
edx-platform/cms/templates/widgets/html-edit.html
2014-03-21 14:41:57 -04:00

11 lines
346 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<div class="wrapper-comp-editor" id="editor-tab" data-base-asset-url="${base_asset_url}">
<section class="html-editor editor">
<div class="row">
<textarea class="tiny-mce">${data | h}</textarea>
</div>
</section>
</div>
<%include file="metadata-edit.html" />