Merge pull request #16504 from edx/efischer/EDU-1557

Move hint before content it refers to
This commit is contained in:
Eric Fischer
2017-11-09 08:25:20 -05:00
committed by GitHub

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>