Files
edx-platform/lms/templates/wiki/includes/editor_widget.html
2013-07-31 19:39:15 -04:00

6 lines
263 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<textarea {{ attrs }}>{{ content }}</textarea>
<p id="hint_id_content" class="help-block">
${_('Markdown syntax is allowed. See the <a id="cheatsheetLink" href="#">_{("cheatsheet")}</a> for help.')}
</p>