Files
edx-platform/lms/templates/wiki/includes/editor_widget.html
Eric Fischer 8838f11cd2 Move hint before content it refers to
EDUCATOR-1557
2017-11-08 16:13:11 -05:00

8 lines
350 B
HTML

{% load i18n %}
<p id="hint_id_content" class="help-block">
{% blocktrans with start_link="<a id='cheatsheetLink' href='#cheatsheetModal' rel='leanModal'>" end_link="</a>" %}
Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help.
{% endblocktrans %}
</p>
<textarea {{ attrs }}>{{ content }}</textarea>