Move hint before content it refers to

EDUCATOR-1557
This commit is contained in:
Eric Fischer
2017-11-08 16:13:11 -05:00
parent f1f5a7ddb3
commit 8838f11cd2

View File

@@ -1,7 +1,7 @@
{% load i18n %}
<textarea {{ attrs }}>{{ content }}</textarea>
<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>